#CDB66D

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

Shades of Putty #CDB66D

Tints of Putty #CDB66D

Color information

#CDB66D (or 0xCDB66D) is unknown color: approx Putty. HEX triplet: CD, B6 and 6D. RGB value is (205,182,109). Sum of RGB (Red+Green+Blue) = 205+182+109=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB66D is #324992. Grayscale: #B4B4B4. Windows color (decimal): -3295635 or 7190221. OLE color: 7190221.

HSL color Cylindrical-coordinate representation of color #CDB66D: hue angle of 45.62º 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 #CDB66D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB205182109-
CMYK00.110.470.20
HSL45.62º48.98%61.57%-
HSV(B)45.62º46.83%80.39%-
XYZ44.6747.5421.29-
YUV180.5587.62145.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.33%
GREEN value IS 182 (71.48% from 255) = 36.69%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=41.33%
G=36.69%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518210900.110.470.2045.6248.9861.57
HexCDB66D0B2F142e313e
Octal3152661550135724566176
Binary110011011011011011011010101110111110100101110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB66D; }

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

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

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

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

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

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

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

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