Html Css Color HEX #DDC472 Chenin

📋 copy color: '#DDC472'

red 221 ◦ green 196 ◦ blue 114

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

Shades of Chenin #DDC472

Tints of Chenin #DDC472

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.91%

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

R = 41.62%
G = 36.91%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC472 (or 0xDDC472) is known color: Chenin. HEX triplet: DD, C4 and 72. RGB value is (221,196,114). Sum of RGB (Red+Green+Blue) = 221+196+114=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 114 (44.92% from 255 or 21.47% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC472 is #223B8D. Grayscale: #C2C2C2. Windows color (decimal): -2243470 or 7521501. OLE color: 7521501.

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

Color convert

RGB 221 196 114 -
CMYK 0 0.11 0.48 0.13
HSL 45.98º 0.61% 0.66% -
HSV(B) 45.98º 0.48% 0.87% -
XYZ 52.6 56.07 23.97 -
YUV 194.13 82.78 147.17 -
System Red Green Blue C M Y K H S L
Decimal 221 196 114 0 0.11 0.48 0.13 45.98 0.61 0.66
Hex DD C4 72 0 B 30 D 2E 3D 42
Octal 335 304 162 0 13 60 15 56 75 102
Binary 11011101 11000100 1110010 0 1011 110000 1101 101110 111101 1000010

Color Harmonies of #DDC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC472

Black with #DDC472

Text Example


Text Example

White with #DDC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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