#CDB066

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

Shades of Putty #CDB066

Tints of Putty #CDB066

Color information

#CDB066 (or 0xCDB066) is unknown color: approx Putty. HEX triplet: CD, B0 and 66. RGB value is (205,176,102). Sum of RGB (Red+Green+Blue) = 205+176+102=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB066 is #324F99. Grayscale: #B0B0B0. Windows color (decimal): -3297178 or 6729933. OLE color: 6729933.

HSL color Cylindrical-coordinate representation of color #CDB066: hue angle of 43.11º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDB066 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB205176102-
CMYK00.140.500.20
HSL43.11º50.74%60.2%-
HSV(B)43.11º50.24%80.39%-
XYZ43.144.9918.98-
YUV176.2486.11148.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.44%
GREEN value IS 176 (69.14% from 255) = 36.44%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=42.44%
G=36.44%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517610200.140.500.2043.1150.7460.2
HexCDB0660E32142b333c
Octal3152601460166224536374
Binary110011011011000011001100111011001010100101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB066; }

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

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

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

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

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

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

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

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