Html Css Color HEX #DDC072 Chenin

📋 copy color: '#DDC072'

red 221 ◦ green 192 ◦ blue 114

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

Shades of Chenin #DDC072

Tints of Chenin #DDC072

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.43%

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

R = 41.94%
G = 36.43%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC072 (or 0xDDC072) is known color: Chenin. HEX triplet: DD, C0 and 72. RGB value is (221,192,114). Sum of RGB (Red+Green+Blue) = 221+192+114=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC072 is #223F8D. Grayscale: #C0C0C0. Windows color (decimal): -2244494 or 7520477. OLE color: 7520477.

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

Color convert

RGB 221 192 114 -
CMYK 0 0.13 0.48 0.13
HSL 43.74º 0.61% 0.66% -
HSV(B) 43.74º 0.48% 0.87% -
XYZ 51.71 54.29 23.67 -
YUV 191.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 221 192 114 0 0.13 0.48 0.13 43.74 0.61 0.66
Hex DD C0 72 0 D 30 D 2C 3D 42
Octal 335 300 162 0 15 60 15 54 75 102
Binary 11011101 11000000 1110010 0 1101 110000 1101 101100 111101 1000010

Color Harmonies of #DDC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC072

Black with #DDC072

Text Example


Text Example

White with #DDC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC072; }

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

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

background-color css

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

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

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

border-color css

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

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

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