#CDB85C

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

Shades of Tacha #CDB85C

Tints of Tacha #CDB85C

Color information

#CDB85C (or 0xCDB85C) is unknown color: approx Tacha. HEX triplet: CD, B8 and 5C. RGB value is (205,184,92). Sum of RGB (Red+Green+Blue) = 205+184+92=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB85C is #3247A3. Grayscale: #B4B4B4. Windows color (decimal): -3295140 or 6076621. OLE color: 6076621.

HSL color Cylindrical-coordinate representation of color #CDB85C: hue angle of 48.85º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDB85C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20518492-
CMYK00.100.550.20
HSL48.85º53.05%58.24%-
HSV(B)48.85º55.12%80.39%-
XYZ44.2548.0317.06-
YUV179.7978.46145.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 184 (72.27% from 255) = 38.25%
BLUE value IS 92 (36.33% from 255) = 19.13%
R=42.62%
G=38.25%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051849200.100.550.2048.8553.0558.24
HexCDB85C0A371431353a
Octal3152701340126724616572
Binary110011011011100010111000101011011110100110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB85C; }

 p { color: rgb(205,184,92); }

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

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

 a { background-color: rgb(205,184,92); }

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

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

 span { border-color: rgb(205,184,92); }

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