#DDBD74

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

Shades of Chenin #DDBD74

Tints of Chenin #DDBD74

Color information

#DDBD74 (or 0xDDBD74) is unknown color: approx Chenin. HEX triplet: DD, BD and 74. RGB value is (221,189,116). Sum of RGB (Red+Green+Blue) = 221+189+116=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD74 is #22428B. Grayscale: #BEBEBE. Windows color (decimal): -2245260 or 7650781. OLE color: 7650781.

HSL color Cylindrical-coordinate representation of color #DDBD74: hue angle of 41.71º 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 #DDBD74 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221189116-
CMYK00.140.480.13
HSL41.71º60.69%66.08%-
HSV(B)41.71º47.51%86.67%-
XYZ51.1753.0324.06-
YUV190.2586.1149.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 189 (74.22% from 255) = 35.93%
BLUE value IS 116 (45.70% from 255) = 22.05%
R=42.02%
G=35.93%
B=22.05%

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
Decimal22118911600.140.480.1341.7160.6966.08
HexDDBD740E30D2a3d42
Octal33527516401660155275102
Binary110111011011110111101000111011000011011010101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD74; }

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

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

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

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

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

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

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

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