#CDB06D

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

Shades of Putty #CDB06D

Tints of Putty #CDB06D

Color information

#CDB06D (or 0xCDB06D) is unknown color: approx Putty. HEX triplet: CD, B0 and 6D. RGB value is (205,176,109). Sum of RGB (Red+Green+Blue) = 205+176+109=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB06D is #324F92. Grayscale: #B1B1B1. Windows color (decimal): -3297171 or 7188685. OLE color: 7188685.

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

Color convert

RGB205176109-
CMYK00.140.470.20
HSL41.88º48.98%61.57%-
HSV(B)41.88º46.83%80.39%-
XYZ43.4645.1320.89-
YUV177.0389.61147.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.84%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 109 (42.97% from 255) = 22.24%
R=41.84%
G=35.92%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517610900.140.470.2041.8848.9861.57
HexCDB06D0E2F142a313e
Octal3152601550165724526176
Binary110011011011000011011010111010111110100101010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB06D; }

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

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

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

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

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

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

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

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