Html Css Color HEX #DDC474 Chenin

📋 copy color: '#DDC474'

red 221 ◦ green 196 ◦ blue 116

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

Shades of Chenin #DDC474

Tints of Chenin #DDC474

RGB

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

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

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

R = 41.46%
G = 36.77%
B = 21.76%

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

#DDC474 (or 0xDDC474) is known color: Chenin. HEX triplet: DD, C4 and 74. RGB value is (221,196,116). Sum of RGB (Red+Green+Blue) = 221+196+116=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 116 (45.70% from 255 or 21.76% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC474 is #223B8B. Grayscale: #C2C2C2. Windows color (decimal): -2243468 or 7652573. OLE color: 7652573.

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

Color convert

RGB 221 196 116 -
CMYK 0 0.11 0.48 0.13
HSL 45.71º 0.61% 0.66% -
HSV(B) 45.71º 0.48% 0.87% -
XYZ 52.71 56.11 24.58 -
YUV 194.36 83.78 147 -
System Red Green Blue C M Y K H S L
Decimal 221 196 116 0 0.11 0.48 0.13 45.71 0.61 0.66
Hex DD C4 74 0 B 30 D 2E 3D 42
Octal 335 304 164 0 13 60 15 56 75 102
Binary 11011101 11000100 1110100 0 1011 110000 1101 101110 111101 1000010

Color Harmonies of #DDC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC474

Black with #DDC474

Text Example


Text Example

White with #DDC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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