#CDB26F

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

Shades of Putty #CDB26F

Tints of Putty #CDB26F

Color information

#CDB26F (or 0xCDB26F) is unknown color: approx Putty. HEX triplet: CD, B2 and 6F. RGB value is (205,178,111). Sum of RGB (Red+Green+Blue) = 205+178+111=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB26F is #324D90. Grayscale: #B2B2B2. Windows color (decimal): -3296657 or 7320269. OLE color: 7320269.

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

Color convert

RGB205178111-
CMYK00.130.460.20
HSL42.77º48.45%61.96%-
HSV(B)42.77º45.85%80.39%-
XYZ43.9745.9721.59-
YUV178.4389.95146.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.50%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=41.50%
G=36.03%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517811100.130.460.2042.7748.4561.96
HexCDB26F0D2E142b303e
Octal3152621570155624536076
Binary110011011011001011011110110110111010100101011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB26F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB26F; }

 p { color: rgb(205,178,111); }

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

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

 a { background-color: rgb(205,178,111); }

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

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

 span { border-color: rgb(205,178,111); }

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