#CDB46D

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

Shades of Putty #CDB46D

Tints of Putty #CDB46D

Color information

#CDB46D (or 0xCDB46D) is unknown color: approx Putty. HEX triplet: CD, B4 and 6D. RGB value is (205,180,109). Sum of RGB (Red+Green+Blue) = 205+180+109=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 180 (70.70% from 255 or 36.44% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB46D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB46D is #324B92. Grayscale: #B3B3B3. Windows color (decimal): -3296147 or 7189709. OLE color: 7189709.

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

Color convert

RGB205180109-
CMYK00.120.470.20
HSL44.38º48.98%61.57%-
HSV(B)44.38º46.83%80.39%-
XYZ44.2646.7321.15-
YUV179.3888.28146.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 180 (70.70% from 255) = 36.44%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=41.50%
G=36.44%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518010900.120.470.2044.3848.9861.57
HexCDB46D0C2F142c313e
Octal3152641550145724546176
Binary110011011011010011011010110010111110100101100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB46D; }

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

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

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

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

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

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

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

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