#CDBE68

Color #CDBE68 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #CDBE68

Tints of Tacha #CDBE68

Color information

#CDBE68 (or 0xCDBE68) is unknown color: approx Tacha. HEX triplet: CD, BE and 68. RGB value is (205,190,104). Sum of RGB (Red+Green+Blue) = 205+190+104=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 190 (74.61% from 255 or 38.08% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBE68 is #324197. Grayscale: #B9B9B9. Windows color (decimal): -3293592 or 6864589. OLE color: 6864589.

HSL color Cylindrical-coordinate representation of color #CDBE68: hue angle of 51.09º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDBE68 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB205190104-
CMYK00.070.490.20
HSL51.09º50.25%60.59%-
HSV(B)51.09º49.27%80.39%-
XYZ46.0950.8120.47-
YUV184.6882.47142.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 190 (74.61% from 255) = 38.08%
BLUE value IS 104 (41.02% from 255) = 20.84%
R=41.08%
G=38.08%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20519010400.070.490.2051.0950.2560.59
HexCDBE6807311433323d
Octal315276150076124636275
Binary11001101101111101101000011111000110100110011110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDBE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDBE68; }

 p { color: rgb(205,190,104); }

 H1.HeaderClassName
 {
   color: #CDBE68;
 }
 .AnyTagClassName
 {
   color: #CDBE68;
 }
</style>
background-color css

<style>
 a { background-color: #CDBE68; }

 a { background-color: rgb(205,190,104); }

 div.DivClassName
 {
   background-color: #CDBE68;
 }
 .BgClassName
 {
   background-color: #CDBE68;
 }
</style>
border-color css

<style>
 span { border-color: #CDBE68; }

 span { border-color: rgb(205,190,104); }

 td.TdClassName
 {
   border-color: #CDBE68;
 }
 .TagClassName
 {
   border-color: #CDBE68;
 }
</style>