#CDB06F

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

Shades of Putty #CDB06F

Tints of Putty #CDB06F

Color information

#CDB06F (or 0xCDB06F) is unknown color: approx Putty. HEX triplet: CD, B0 and 6F. RGB value is (205,176,111). Sum of RGB (Red+Green+Blue) = 205+176+111=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06F is #324F90. Grayscale: #B1B1B1. Windows color (decimal): -3297169 or 7319757. OLE color: 7319757.

HSL color Cylindrical-coordinate representation of color #CDB06F: hue angle of 41.49º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDB06F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205176111-
CMYK00.140.460.20
HSL41.49º48.45%61.96%-
HSV(B)41.49º45.85%80.39%-
XYZ43.5745.1821.46-
YUV177.2690.61147.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 176 (69.14% from 255) = 35.77%
BLUE value IS 111 (43.75% from 255) = 22.56%
R=41.67%
G=35.77%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517611100.140.460.2041.4948.4561.96
HexCDB06F0E2E1429303e
Octal3152601570165624516076
Binary110011011011000011011110111010111010100101001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB06F; }

 p { color: rgb(205,176,111); }

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

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

 a { background-color: rgb(205,176,111); }

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

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

 span { border-color: rgb(205,176,111); }

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