#cdb35f

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

Shades of Tacha #CDB35F

Tints of Tacha #CDB35F

Color information

#CDB35F (or 0xCDB35F) is unknown color: approx Tacha. HEX triplet: CD, B3 and 5F. RGB value is (205,179,95). Sum of RGB (Red+Green+Blue) = 205+179+95=479 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.80% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB35F is #324CA0. Grayscale: #B1B1B1. Windows color (decimal): -3296417 or 6271949. OLE color: 6271949.

HSL color Cylindrical-coordinate representation of color #CDB35F: hue angle of 45.82º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDB35F is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB20517995-
CMYK00.130.540.20
HSL45.82º52.38%58.82%-
HSV(B)45.82º53.66%80.39%-
XYZ43.3646.0517.43-
YUV177.281.61147.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.80%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=42.80%
G=37.37%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051799500.130.540.2045.8252.3858.82
HexCDB35F0D36142e343b
Octal3152631370156624566473
Binary110011011011001110111110110111011010100101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdb35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdb35f; }

 p { color: rgb(205,179,95); }

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

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

 a { background-color: rgb(205,179,95); }

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

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

 span { border-color: rgb(205,179,95); }

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