#CDB07D

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

Shades of Putty #CDB07D

Tints of Putty #CDB07D

Color information

#CDB07D (or 0xCDB07D) is unknown color: approx Putty. HEX triplet: CD, B0 and 7D. RGB value is (205,176,125). Sum of RGB (Red+Green+Blue) = 205+176+125=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 125 (49.22% from 255 or 24.70% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB07D is #324F82. Grayscale: #B3B3B3. Windows color (decimal): -3297155 or 8237261. OLE color: 8237261.

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

Color convert

RGB205176125-
CMYK00.140.390.20
HSL38.25º44.44%64.71%-
HSV(B)38.25º39.02%80.39%-
XYZ44.445.5125.85-
YUV178.8697.61146.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 125 (49.22% from 255) = 24.70%
R=40.51%
G=34.78%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517612500.140.390.2038.2544.4464.71
HexCDB07D0E2714262c41
Octal31526017501647244654101
Binary1100110110110000111110101110100111101001001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB07D; }

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

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

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

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

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

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

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

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