#DDBA70

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

Shades of Chenin #DDBA70

Tints of Chenin #DDBA70

Color information

#DDBA70 (or 0xDDBA70) is unknown color: approx Chenin. HEX triplet: DD, BA and 70. RGB value is (221,186,112). Sum of RGB (Red+Green+Blue) = 221+186+112=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA70 is #22458F. Grayscale: #BCBCBC. Windows color (decimal): -2246032 or 7387869. OLE color: 7387869.

HSL color Cylindrical-coordinate representation of color #DDBA70: hue angle of 40.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDBA70 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB221186112-
CMYK00.160.490.13
HSL40.73º61.58%65.29%-
HSV(B)40.73º49.32%86.67%-
XYZ50.351.6622.65-
YUV188.0385.1151.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.58%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 112 (44.14% from 255) = 21.58%
R=42.58%
G=35.84%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118611200.160.490.1340.7361.5865.29
HexDDBA7001031D293e41
Octal33527216002061155176101
Binary1101110110111010111000001000011000111011010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA70; }

 p { color: rgb(221,186,112); }

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

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

 a { background-color: rgb(221,186,112); }

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

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

 span { border-color: rgb(221,186,112); }

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