Html Css Color HEX #DDB770 Chenin

📋 copy color: '#DDB770'

red 221 ◦ green 183 ◦ blue 112

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

Shades of Chenin #DDB770

Tints of Chenin #DDB770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.71%

R = 42.83%
G = 35.47%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDB770 (or 0xDDB770) is known color: Chenin. HEX triplet: DD, B7 and 70. RGB value is (221,183,112). Sum of RGB (Red+Green+Blue) = 221+183+112=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB770 is #22488F. Grayscale: #BABABA. Windows color (decimal): -2246800 or 7387101. OLE color: 7387101.

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

Color convert

RGB 221 183 112 -
CMYK 0 0.17 0.49 0.13
HSL 39.08º 0.62% 0.65% -
HSV(B) 39.08º 0.49% 0.87% -
XYZ 49.68 50.41 22.44 -
YUV 186.27 86.09 152.77 -
System Red Green Blue C M Y K H S L
Decimal 221 183 112 0 0.17 0.49 0.13 39.08 0.62 0.65
Hex DD B7 70 0 11 31 D 27 3E 41
Octal 335 267 160 0 21 61 15 47 76 101
Binary 11011101 10110111 1110000 0 10001 110001 1101 100111 111110 1000001

Color Harmonies of #DDB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB770

Black with #DDB770

Text Example


Text Example

White with #DDB770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB770; }

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

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

background-color css

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

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

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

border-color css

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

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

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