#CDB065

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

Shades of Putty #CDB065

Tints of Putty #CDB065

Color information

#CDB065 (or 0xCDB065) is unknown color: approx Putty. HEX triplet: CD, B0 and 65. RGB value is (205,176,101). Sum of RGB (Red+Green+Blue) = 205+176+101=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 176 (69.14% from 255 or 36.51% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB065 is #324F9A. Grayscale: #B0B0B0. Windows color (decimal): -3297179 or 6664397. OLE color: 6664397.

HSL color Cylindrical-coordinate representation of color #CDB065: hue angle of 43.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CDB065 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB205176101-
CMYK00.140.510.20
HSL43.27º50.98%60%-
HSV(B)43.27º50.73%80.39%-
XYZ43.0544.9718.72-
YUV176.1285.61148.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.53%
GREEN value IS 176 (69.14% from 255) = 36.51%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=42.53%
G=36.51%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517610100.140.510.2043.2750.9860
HexCDB0650E33142b333c
Octal3152601450166324536374
Binary110011011011000011001010111011001110100101011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB065; }

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

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

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

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

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

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

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

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