#DDBD73

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

Shades of Chenin #DDBD73

Tints of Chenin #DDBD73

Color information

#DDBD73 (or 0xDDBD73) is unknown color: approx Chenin. HEX triplet: DD, BD and 73. RGB value is (221,189,115). Sum of RGB (Red+Green+Blue) = 221+189+115=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 115 (45.31% from 255 or 21.90% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD73 is #22428C. Grayscale: #BEBEBE. Windows color (decimal): -2245261 or 7585245. OLE color: 7585245.

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

Color convert

RGB221189115-
CMYK00.140.480.13
HSL41.89º60.92%65.88%-
HSV(B)41.89º47.96%86.67%-
XYZ51.1153.0123.76-
YUV190.1385.6150.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 189 (74.22% from 255) = 36%
BLUE value IS 115 (45.31% from 255) = 21.90%
R=42.10%
G=36%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118911500.140.480.1341.8960.9265.88
HexDDBD730E30D2a3d42
Octal33527516301660155275102
Binary110111011011110111100110111011000011011010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD73; }

 p { color: rgb(221,189,115); }

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

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

 a { background-color: rgb(221,189,115); }

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

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

 span { border-color: rgb(221,189,115); }

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