#CDB369

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

Shades of Putty #CDB369

Tints of Putty #CDB369

Color information

#CDB369 (or 0xCDB369) is unknown color: approx Putty. HEX triplet: CD, B3 and 69. RGB value is (205,179,105). Sum of RGB (Red+Green+Blue) = 205+179+105=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB369 is #324C96. Grayscale: #B2B2B2. Windows color (decimal): -3296407 or 6927309. OLE color: 6927309.

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

Color convert

RGB205179105-
CMYK00.130.490.20
HSL44.4º50%60.78%-
HSV(B)44.4º48.78%80.39%-
XYZ43.8546.2419.98-
YUV178.3486.61147.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.92%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=41.92%
G=36.61%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517910500.130.490.2044.45060.78
HexCDB3690D31142c323d
Octal3152631510156124546275
Binary110011011011001111010010110111000110100101100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB369; }

 p { color: rgb(205,179,105); }

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

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

 a { background-color: rgb(205,179,105); }

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

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

 span { border-color: rgb(205,179,105); }

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