Html Css Color HEX #DDB771 Chenin

📋 copy color: '#DDB771'

red 221 ◦ green 183 ◦ blue 113

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

Shades of Chenin #DDB771

Tints of Chenin #DDB771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.86%

R = 42.75%
G = 35.4%
B = 21.86%

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

#DDB771 (or 0xDDB771) is known color: Chenin. HEX triplet: DD, B7 and 71. RGB value is (221,183,113). Sum of RGB (Red+Green+Blue) = 221+183+113=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB771 is #22488E. Grayscale: #BABABA. Windows color (decimal): -2246799 or 7452637. OLE color: 7452637.

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

Color convert

RGB 221 183 113 -
CMYK 0 0.17 0.49 0.13
HSL 38.89º 0.61% 0.65% -
HSV(B) 38.89º 0.49% 0.87% -
XYZ 49.73 50.43 22.74 -
YUV 186.38 86.59 152.69 -
System Red Green Blue C M Y K H S L
Decimal 221 183 113 0 0.17 0.49 0.13 38.89 0.61 0.65
Hex DD B7 71 0 11 31 D 27 3D 41
Octal 335 267 161 0 21 61 15 47 75 101
Binary 11011101 10110111 1110001 0 10001 110001 1101 100111 111101 1000001

Color Harmonies of #DDB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB771

Black with #DDB771

Text Example


Text Example

White with #DDB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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