Html Css Color HEX #DDC771 Chenin

📋 copy color: '#DDC771'

red 221 ◦ green 199 ◦ blue 113

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

Shades of Chenin #DDC771

Tints of Chenin #DDC771

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.34%

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

R = 41.46%
G = 37.34%
B = 21.2%

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

#DDC771 (or 0xDDC771) is known color: Chenin. HEX triplet: DD, C7 and 71. RGB value is (221,199,113). Sum of RGB (Red+Green+Blue) = 221+199+113=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 199 (78.12% from 255 or 37.34% from 533); Blue value is 113 (44.53% from 255 or 21.20% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC771 is #22388E. Grayscale: #C4C4C4. Windows color (decimal): -2242703 or 7456733. OLE color: 7456733.

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

Color convert

RGB 221 199 113 -
CMYK 0 0.10 0.49 0.13
HSL 47.78º 0.61% 0.65% -
HSV(B) 47.78º 0.49% 0.87% -
XYZ 53.22 57.41 23.9 -
YUV 195.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 221 199 113 0 0.10 0.49 0.13 47.78 0.61 0.65
Hex DD C7 71 0 A 31 D 30 3D 41
Octal 335 307 161 0 12 61 15 60 75 101
Binary 11011101 11000111 1110001 0 1010 110001 1101 110000 111101 1000001

Color Harmonies of #DDC771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC771

Black with #DDC771

Text Example


Text Example

White with #DDC771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC771; }

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

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

background-color css

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

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

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

border-color css

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

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

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