#CCB66D

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

Shades of Putty #CCB66D

Tints of Putty #CCB66D

Color information

#CCB66D (or 0xCCB66D) is unknown color: approx Putty. HEX triplet: CC, B6 and 6D. RGB value is (204,182,109). Sum of RGB (Red+Green+Blue) = 204+182+109=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB66D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB66D is #334992. Grayscale: #B4B4B4. Windows color (decimal): -3361171 or 7190220. OLE color: 7190220.

HSL color Cylindrical-coordinate representation of color #CCB66D: hue angle of 46.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCB66D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB204182109-
CMYK00.110.470.2
HSL46.11º48.22%61.37%-
HSV(B)46.11º46.57%80%-
XYZ44.3947.421.28-
YUV180.2687.79144.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 182 (71.48% from 255) = 36.77%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=41.21%
G=36.77%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418210900.110.470.246.1148.2261.37
HexCCB66D0B2F142e303d
Octal3142661550135724566075
Binary110011001011011011011010101110111110100101110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB66D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB66D; }

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

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

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

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

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

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

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

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