Html Css Color HEX #DDC574 Chenin

📋 copy color: '#DDC574'

red 221 ◦ green 197 ◦ blue 116

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

Shades of Chenin #DDC574

Tints of Chenin #DDC574

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 116 (45.7% from 255) = 21.72%

R = 41.39%
G = 36.89%
B = 21.72%

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

#DDC574 (or 0xDDC574) is known color: Chenin. HEX triplet: DD, C5 and 74. RGB value is (221,197,116). Sum of RGB (Red+Green+Blue) = 221+197+116=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC574 is #223A8B. Grayscale: #C3C3C3. Windows color (decimal): -2243212 or 7652829. OLE color: 7652829.

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

Color convert

RGB 221 197 116 -
CMYK 0 0.11 0.48 0.13
HSL 46.29º 0.61% 0.66% -
HSV(B) 46.29º 0.48% 0.87% -
XYZ 52.94 56.57 24.65 -
YUV 194.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 221 197 116 0 0.11 0.48 0.13 46.29 0.61 0.66
Hex DD C5 74 0 B 30 D 2E 3D 42
Octal 335 305 164 0 13 60 15 56 75 102
Binary 11011101 11000101 1110100 0 1011 110000 1101 101110 111101 1000010

Color Harmonies of #DDC574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC574

Black with #DDC574

Text Example


Text Example

White with #DDC574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC574; }

 p { color: rgb(221,197,116); }

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

background-color css

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

 a { background-color: rgb(221,197,116); }

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

border-color css

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

 span { border-color: rgb(221,197,116); }

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