Html Css Color HEX #DDC476 Chenin

📋 copy color: '#DDC476'

red 221 ◦ green 196 ◦ blue 118

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

Shades of Chenin #DDC476

Tints of Chenin #DDC476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.06%

R = 41.31%
G = 36.64%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDC476 (or 0xDDC476) is known color: Chenin. HEX triplet: DD, C4 and 76. RGB value is (221,196,118). Sum of RGB (Red+Green+Blue) = 221+196+118=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 118 (46.48% from 255 or 22.06% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC476 is #223B89. Grayscale: #C2C2C2. Windows color (decimal): -2243466 or 7783645. OLE color: 7783645.

HSL color Cylindrical-coordinate representation of color #DDC476: hue angle of 45.44º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDC476 is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 118 -
CMYK 0 0.11 0.47 0.13
HSL 45.44º 0.6% 0.66% -
HSV(B) 45.44º 0.47% 0.87% -
XYZ 52.83 56.16 25.2 -
YUV 194.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 221 196 118 0 0.11 0.47 0.13 45.44 0.6 0.66
Hex DD C4 76 0 B 2F D 2D 3C 42
Octal 335 304 166 0 13 57 15 55 74 102
Binary 11011101 11000100 1110110 0 1011 101111 1101 101101 111100 1000010

Color Harmonies of #DDC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC476

Black with #DDC476

Text Example


Text Example

White with #DDC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC476; }

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

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

background-color css

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

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

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

border-color css

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

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

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