Html Css Color HEX #DDBA70 Chenin

📋 copy color: '#DDBA70'

red 221 ◦ green 186 ◦ blue 112

#DDBA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chenin #DDBA70

Tints of Chenin #DDBA70

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 value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDBA70 (or 0xDDBA70) is known color: 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

RGB 221 186 112 -
CMYK 0 0.16 0.49 0.13
HSL 40.73º 0.62% 0.65% -
HSV(B) 40.73º 0.49% 0.87% -
XYZ 50.3 51.66 22.65 -
YUV 188.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 221 186 112 0 0.16 0.49 0.13 40.73 0.62 0.65
Hex DD BA 70 0 10 31 D 29 3E 41
Octal 335 272 160 0 20 61 15 51 76 101
Binary 11011101 10111010 1110000 0 10000 110001 1101 101001 111110 1000001

Color Harmonies of #DDBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBA70

Black with #DDBA70

Text Example


Text Example

White with #DDBA70

Text Example


Text Example

HTML Codes & Css Web 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>