#CDB167

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

Shades of Putty #CDB167

Tints of Putty #CDB167

Color information

#CDB167 (or 0xCDB167) is unknown color: approx Putty. HEX triplet: CD, B1 and 67. RGB value is (205,177,103). Sum of RGB (Red+Green+Blue) = 205+177+103=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB167 is #324E98. Grayscale: #B1B1B1. Windows color (decimal): -3296921 or 6795725. OLE color: 6795725.

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

Color convert

RGB205177103-
CMYK00.140.500.20
HSL43.53º50.5%60.39%-
HSV(B)43.53º49.76%80.39%-
XYZ43.3545.419.31-
YUV176.9486.28148.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 177 (69.53% from 255) = 36.49%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=42.27%
G=36.49%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517710300.140.500.2043.5350.560.39
HexCDB1670E32142c323c
Octal3152611470166224546274
Binary110011011011000111001110111011001010100101100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB167; }

 p { color: rgb(205,177,103); }

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

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

 a { background-color: rgb(205,177,103); }

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

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

 span { border-color: rgb(205,177,103); }

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