Html Css Color HEX #DDB772 Chenin

📋 copy color: '#DDB772'

red 221 ◦ green 183 ◦ blue 114

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

Shades of Chenin #DDB772

Tints of Chenin #DDB772

RGB

 RED value IS 221 (86.72% from 255) = 42.66%

 GREEN value IS 183 (71.88% from 255) = 35.33%

 BLUE value IS 114 (44.92% from 255) = 22.01%

R = 42.66%
G = 35.33%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDB772 (or 0xDDB772) is known color: Chenin. HEX triplet: DD, B7 and 72. RGB value is (221,183,114). Sum of RGB (Red+Green+Blue) = 221+183+114=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 114 (44.92% from 255 or 22.01% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB772 is #22488D. Grayscale: #BABABA. Windows color (decimal): -2246798 or 7518173. OLE color: 7518173.

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

Color convert

RGB 221 183 114 -
CMYK 0 0.17 0.48 0.13
HSL 38.69º 0.61% 0.66% -
HSV(B) 38.69º 0.48% 0.87% -
XYZ 49.79 50.45 23.03 -
YUV 186.5 87.09 152.61 -
System Red Green Blue C M Y K H S L
Decimal 221 183 114 0 0.17 0.48 0.13 38.69 0.61 0.66
Hex DD B7 72 0 11 30 D 27 3D 42
Octal 335 267 162 0 21 60 15 47 75 102
Binary 11011101 10110111 1110010 0 10001 110000 1101 100111 111101 1000010

Color Harmonies of #DDB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB772

Black with #DDB772

Text Example


Text Example

White with #DDB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB772; }

 p { color: rgb(221,183,114); }

 H1.HeaderClassName
 {
   color: #DDB772;
 }
 .AnyTagClassName
 {
   color: #DDB772;
 }
</style>

background-color css

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

 a { background-color: rgb(221,183,114); }

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

border-color css

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

 span { border-color: rgb(221,183,114); }

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