Html Css Color HEX #DDC871 Chenin

📋 copy color: '#DDC871'

red 221 ◦ green 200 ◦ blue 113

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

Shades of Chenin #DDC871

Tints of Chenin #DDC871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

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

R = 41.39%
G = 37.45%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDC871 (or 0xDDC871) is known color: Chenin. HEX triplet: DD, C8 and 71. RGB value is (221,200,113). Sum of RGB (Red+Green+Blue) = 221+200+113=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC871 is #22378E. Grayscale: #C4C4C4. Windows color (decimal): -2242447 or 7456989. OLE color: 7456989.

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

Color convert

RGB 221 200 113 -
CMYK 0 0.10 0.49 0.13
HSL 48.33º 0.61% 0.65% -
HSV(B) 48.33º 0.49% 0.87% -
XYZ 53.45 57.87 23.98 -
YUV 196.36 80.96 145.57 -
System Red Green Blue C M Y K H S L
Decimal 221 200 113 0 0.10 0.49 0.13 48.33 0.61 0.65
Hex DD C8 71 0 A 31 D 30 3D 41
Octal 335 310 161 0 12 61 15 60 75 101
Binary 11011101 11001000 1110001 0 1010 110001 1101 110000 111101 1000001

Color Harmonies of #DDC871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC871

Black with #DDC871

Text Example


Text Example

White with #DDC871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC871; }

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

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

background-color css

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

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

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

border-color css

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

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

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