Html Css Color HEX #DDC972 Chenin

📋 copy color: '#DDC972'

red 221 ◦ green 201 ◦ blue 114

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

Shades of Chenin #DDC972

Tints of Chenin #DDC972

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.5%

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

R = 41.23%
G = 37.5%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC972 (or 0xDDC972) is known color: Chenin. HEX triplet: DD, C9 and 72. RGB value is (221,201,114). Sum of RGB (Red+Green+Blue) = 221+201+114=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC972 is #22368D. Grayscale: #C5C5C5. Windows color (decimal): -2242190 or 7522781. OLE color: 7522781.

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

Color convert

RGB 221 201 114 -
CMYK 0 0.09 0.48 0.13
HSL 48.79º 0.61% 0.66% -
HSV(B) 48.79º 0.48% 0.87% -
XYZ 53.74 58.36 24.35 -
YUV 197.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 221 201 114 0 0.09 0.48 0.13 48.79 0.61 0.66
Hex DD C9 72 0 9 30 D 31 3D 42
Octal 335 311 162 0 11 60 15 61 75 102
Binary 11011101 11001001 1110010 0 1001 110000 1101 110001 111101 1000010

Color Harmonies of #DDC972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC972

Black with #DDC972

Text Example


Text Example

White with #DDC972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC972; }

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

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

background-color css

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

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

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

border-color css

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

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

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