#CDB75C

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

Shades of Tacha #CDB75C

Tints of Tacha #CDB75C

Color information

#CDB75C (or 0xCDB75C) is unknown color: approx Tacha. HEX triplet: CD, B7 and 5C. RGB value is (205,183,92). Sum of RGB (Red+Green+Blue) = 205+183+92=480 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.71% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB75C is #3248A3. Grayscale: #B3B3B3. Windows color (decimal): -3295396 or 6076365. OLE color: 6076365.

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

Color convert

RGB20518392-
CMYK00.110.550.20
HSL48.32º53.05%58.24%-
HSV(B)48.32º55.12%80.39%-
XYZ44.0447.6217-
YUV179.278.79146.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.71%
GREEN value IS 183 (71.88% from 255) = 38.12%
BLUE value IS 92 (36.33% from 255) = 19.17%
R=42.71%
G=38.12%
B=19.17%

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
Decimal2051839200.110.550.2048.3253.0558.24
HexCDB75C0B371430353a
Octal3152671340136724606572
Binary110011011011011110111000101111011110100110000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB75C; }

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

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

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

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

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

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

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

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