Html Css Color HEX #DDB871 Chenin

📋 copy color: '#DDB871'

red 221 ◦ green 184 ◦ blue 113

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

Shades of Chenin #DDB871

Tints of Chenin #DDB871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.52%

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

R = 42.66%
G = 35.52%
B = 21.81%

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

#DDB871 (or 0xDDB871) is known color: Chenin. HEX triplet: DD, B8 and 71. RGB value is (221,184,113). Sum of RGB (Red+Green+Blue) = 221+184+113=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB871 is #22478E. Grayscale: #BBBBBB. Windows color (decimal): -2246543 or 7452893. OLE color: 7452893.

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

Color convert

RGB 221 184 113 -
CMYK 0 0.17 0.49 0.13
HSL 39.44º 0.61% 0.65% -
HSV(B) 39.44º 0.49% 0.87% -
XYZ 49.94 50.85 22.8 -
YUV 186.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 221 184 113 0 0.17 0.49 0.13 39.44 0.61 0.65
Hex DD B8 71 0 11 31 D 27 3D 41
Octal 335 270 161 0 21 61 15 47 75 101
Binary 11011101 10111000 1110001 0 10001 110001 1101 100111 111101 1000001

Color Harmonies of #DDB871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB871

Black with #DDB871

Text Example


Text Example

White with #DDB871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB871; }

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

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

background-color css

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

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

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

border-color css

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

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

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