Html Css Color HEX #DDC372 Chenin

📋 copy color: '#DDC372'

red 221 ◦ green 195 ◦ blue 114

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

Shades of Chenin #DDC372

Tints of Chenin #DDC372

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

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

R = 41.7%
G = 36.79%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DDC372 (or 0xDDC372) is known color: Chenin. HEX triplet: DD, C3 and 72. RGB value is (221,195,114). Sum of RGB (Red+Green+Blue) = 221+195+114=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC372 is #223C8D. Grayscale: #C1C1C1. Windows color (decimal): -2243726 or 7521245. OLE color: 7521245.

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

Color convert

RGB 221 195 114 -
CMYK 0 0.12 0.48 0.13
HSL 45.42º 0.61% 0.66% -
HSV(B) 45.42º 0.48% 0.87% -
XYZ 52.37 55.62 23.89 -
YUV 193.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 221 195 114 0 0.12 0.48 0.13 45.42 0.61 0.66
Hex DD C3 72 0 C 30 D 2D 3D 42
Octal 335 303 162 0 14 60 15 55 75 102
Binary 11011101 11000011 1110010 0 1100 110000 1101 101101 111101 1000010

Color Harmonies of #DDC372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC372

Black with #DDC372

Text Example


Text Example

White with #DDC372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC372; }

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

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

background-color css

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

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

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

border-color css

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

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

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