Html Css Color HEX #DDC772 Chenin

📋 copy color: '#DDC772'

red 221 ◦ green 199 ◦ blue 114

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

Shades of Chenin #DDC772

Tints of Chenin #DDC772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.35%

R = 41.39%
G = 37.27%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC772 (or 0xDDC772) is known color: Chenin. HEX triplet: DD, C7 and 72. RGB value is (221,199,114). Sum of RGB (Red+Green+Blue) = 221+199+114=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC772 is #22388D. Grayscale: #C4C4C4. Windows color (decimal): -2242702 or 7522269. OLE color: 7522269.

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

Color convert

RGB 221 199 114 -
CMYK 0 0.10 0.48 0.13
HSL 47.66º 0.61% 0.66% -
HSV(B) 47.66º 0.48% 0.87% -
XYZ 53.28 57.43 24.2 -
YUV 195.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 221 199 114 0 0.10 0.48 0.13 47.66 0.61 0.66
Hex DD C7 72 0 A 30 D 30 3D 42
Octal 335 307 162 0 12 60 15 60 75 102
Binary 11011101 11000111 1110010 0 1010 110000 1101 110000 111101 1000010

Color Harmonies of #DDC772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC772

Black with #DDC772

Text Example


Text Example

White with #DDC772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC772; }

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

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

background-color css

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

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

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

border-color css

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

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

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