#cdb06e

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

Shades of Putty #CDB06E

Tints of Putty #CDB06E

Color information

#CDB06E (or 0xCDB06E) is unknown color: approx Putty. HEX triplet: CD, B0 and 6E. RGB value is (205,176,110). Sum of RGB (Red+Green+Blue) = 205+176+110=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 176 (69.14% from 255 or 35.85% from 491); Blue value is 110 (43.36% from 255 or 22.40% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06E is #324F91. Grayscale: #B1B1B1. Windows color (decimal): -3297170 or 7254221. OLE color: 7254221.

HSL color Cylindrical-coordinate representation of color #CDB06E: hue angle of 41.68º degrees, saturation: 0.49, 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 #CDB06E is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB205176110-
CMYK00.140.460.20
HSL41.68º48.72%61.76%-
HSV(B)41.68º46.34%80.39%-
XYZ43.5245.1621.17-
YUV177.1590.11147.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 176 (69.14% from 255) = 35.85%
BLUE value IS 110 (43.36% from 255) = 22.40%
R=41.75%
G=35.85%
B=22.40%

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
Decimal20517611000.140.460.2041.6848.7261.76
HexCDB06E0E2E142a313e
Octal3152601560165624526176
Binary110011011011000011011100111010111010100101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cdb06e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cdb06e; }

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

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

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

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

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

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

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

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