#DDB875

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

Shades of Chenin #DDB875

Tints of Chenin #DDB875

Color information

#DDB875 (or 0xDDB875) is unknown color: approx Chenin. HEX triplet: DD, B8 and 75. RGB value is (221,184,117). Sum of RGB (Red+Green+Blue) = 221+184+117=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 184 (72.27% from 255 or 35.25% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB875 is #22478A. Grayscale: #BBBBBB. Windows color (decimal): -2246539 or 7715037. OLE color: 7715037.

HSL color Cylindrical-coordinate representation of color #DDB875: hue angle of 38.65º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDB875 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB221184117-
CMYK00.170.470.13
HSL38.65º60.47%66.27%-
HSV(B)38.65º47.06%86.67%-
XYZ50.1750.9424.02-
YUV187.4288.26151.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 184 (72.27% from 255) = 35.25%
BLUE value IS 117 (46.09% from 255) = 22.41%
R=42.34%
G=35.25%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118411700.170.470.1338.6560.4766.27
HexDDB8750112FD273c42
Octal33527016502157154774102
Binary1101110110111000111010101000110111111011001111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB875; }

 p { color: rgb(221,184,117); }

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

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

 a { background-color: rgb(221,184,117); }

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

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

 span { border-color: rgb(221,184,117); }

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