#CDB974

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

Shades of Putty #CDB974

Tints of Putty #CDB974

Color information

#CDB974 (or 0xCDB974) is unknown color: approx Putty. HEX triplet: CD, B9 and 74. RGB value is (205,185,116). Sum of RGB (Red+Green+Blue) = 205+185+116=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB974 is #32468B. Grayscale: #B7B7B7. Windows color (decimal): -3294860 or 7649741. OLE color: 7649741.

HSL color Cylindrical-coordinate representation of color #CDB974: hue angle of 46.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDB974 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB205185116-
CMYK00.100.430.20
HSL46.52º47.09%62.94%-
HSV(B)46.52º43.41%80.39%-
XYZ45.6848.9423.56-
YUV183.1190.13143.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.51%
GREEN value IS 185 (72.66% from 255) = 36.56%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=40.51%
G=36.56%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518511600.100.430.2046.5247.0962.94
HexCDB9740A2B142f2f3f
Octal3152711640125324575777
Binary110011011011100111101000101010101110100101111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB974; }

 p { color: rgb(205,185,116); }

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

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

 a { background-color: rgb(205,185,116); }

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

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

 span { border-color: rgb(205,185,116); }

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