#CDB27D

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

Shades of Putty #CDB27D

Tints of Putty #CDB27D

Color information

#CDB27D (or 0xCDB27D) is unknown color: approx Putty. HEX triplet: CD, B2 and 7D. RGB value is (205,178,125). Sum of RGB (Red+Green+Blue) = 205+178+125=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 125 (49.22% from 255 or 24.61% from 508); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB27D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB27D is #324D82. Grayscale: #B4B4B4. Windows color (decimal): -3296643 or 8237773. OLE color: 8237773.

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

Color convert

RGB205178125-
CMYK00.130.390.20
HSL39.75º44.44%64.71%-
HSV(B)39.75º39.02%80.39%-
XYZ44.846.325.98-
YUV180.0396.95145.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.35%
GREEN value IS 178 (69.92% from 255) = 35.04%
BLUE value IS 125 (49.22% from 255) = 24.61%
R=40.35%
G=35.04%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517812500.130.390.2039.7544.4464.71
HexCDB27D0D2714282c41
Octal31526217501547245054101
Binary1100110110110010111110101101100111101001010001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB27D; }

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

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

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

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

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

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

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

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