Html Css Color HEX #DDC776 Chenin

📋 copy color: '#DDC776'

red 221 ◦ green 199 ◦ blue 118

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

Shades of Chenin #DDC776

Tints of Chenin #DDC776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.93%

R = 41.08%
G = 36.99%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC776 (or 0xDDC776) is known color: Chenin. HEX triplet: DD, C7 and 76. RGB value is (221,199,118). Sum of RGB (Red+Green+Blue) = 221+199+118=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC776 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC776 is #223889. Grayscale: #C4C4C4. Windows color (decimal): -2242698 or 7784413. OLE color: 7784413.

HSL color Cylindrical-coordinate representation of color #DDC776: hue angle of 47.18º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDC776 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 199 118 -
CMYK 0 0.10 0.47 0.13
HSL 47.18º 0.6% 0.66% -
HSV(B) 47.18º 0.47% 0.87% -
XYZ 53.51 57.53 25.42 -
YUV 196.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 221 199 118 0 0.10 0.47 0.13 47.18 0.6 0.66
Hex DD C7 76 0 A 2F D 2F 3C 42
Octal 335 307 166 0 12 57 15 57 74 102
Binary 11011101 11000111 1110110 0 1010 101111 1101 101111 111100 1000010

Color Harmonies of #DDC776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC776

Black with #DDC776

Text Example


Text Example

White with #DDC776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC776; }

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

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

background-color css

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

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

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

border-color css

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

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

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