#CDB65C

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

Shades of Tacha #CDB65C

Tints of Tacha #CDB65C

Color information

#CDB65C (or 0xCDB65C) is unknown color: approx Tacha. HEX triplet: CD, B6 and 5C. RGB value is (205,182,92). Sum of RGB (Red+Green+Blue) = 205+182+92=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 92 (36.33% from 255 or 19.21% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB65C is #3249A3. Grayscale: #B3B3B3. Windows color (decimal): -3295652 or 6076109. OLE color: 6076109.

HSL color Cylindrical-coordinate representation of color #CDB65C: hue angle of 47.79º 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 #CDB65C is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20518292-
CMYK00.110.550.20
HSL47.79º53.05%58.24%-
HSV(B)47.79º55.12%80.39%-
XYZ43.8447.2116.93-
YUV178.6279.12146.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 92 (36.33% from 255) = 19.21%
R=42.80%
G=38.00%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051829200.110.550.2047.7953.0558.24
HexCDB65C0B371430353a
Octal3152661340136724606572
Binary110011011011011010111000101111011110100110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB65C; }

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

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

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

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

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

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

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

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