Html Css Color HEX #DDC479 Chenin

📋 copy color: '#DDC479'

red 221 ◦ green 196 ◦ blue 121

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

Shades of Chenin #DDC479

Tints of Chenin #DDC479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 22.49%

R = 41.08%
G = 36.43%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDC479 (or 0xDDC479) is known color: Chenin. HEX triplet: DD, C4 and 79. RGB value is (221,196,121). Sum of RGB (Red+Green+Blue) = 221+196+121=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 121 (47.66% from 255 or 22.49% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC479 is #223B86. Grayscale: #C3C3C3. Windows color (decimal): -2243463 or 7980253. OLE color: 7980253.

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

Color convert

RGB 221 196 121 -
CMYK 0 0.11 0.45 0.13
HSL 45º 0.6% 0.67% -
HSV(B) 45º 0.45% 0.87% -
XYZ 53.01 56.23 26.15 -
YUV 194.93 86.28 146.6 -
System Red Green Blue C M Y K H S L
Decimal 221 196 121 0 0.11 0.45 0.13 45 0.6 0.67
Hex DD C4 79 0 B 2D D 2D 3C 43
Octal 335 304 171 0 13 55 15 55 74 103
Binary 11011101 11000100 1111001 0 1011 101101 1101 101101 111100 1000011

Color Harmonies of #DDC479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC479

Black with #DDC479

Text Example


Text Example

White with #DDC479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC479; }

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

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

background-color css

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

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

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

border-color css

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

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

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