Html Css Color HEX #DDD379 Wild Rice

📋 copy color: '#DDD379'

red 221 ◦ green 211 ◦ blue 121

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

Shades of Wild Rice #DDD379

Tints of Wild Rice #DDD379

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.16%

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

R = 39.96%
G = 38.16%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDD379 (or 0xDDD379) is known color: Wild Rice. HEX triplet: DD, D3 and 79. RGB value is (221,211,121). Sum of RGB (Red+Green+Blue) = 221+211+121=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 211 (82.81% from 255 or 38.16% from 553); Blue value is 121 (47.66% from 255 or 21.88% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD379 is #222C86. Grayscale: #CCCCCC. Windows color (decimal): -2239623 or 7984093. OLE color: 7984093.

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

Color convert

RGB 221 211 121 -
CMYK 0 0.05 0.45 0.13
HSL 54º 0.6% 0.67% -
HSV(B) 54º 0.45% 0.87% -
XYZ 56.56 63.34 27.33 -
YUV 203.73 81.31 140.32 -
System Red Green Blue C M Y K H S L
Decimal 221 211 121 0 0.05 0.45 0.13 54 0.6 0.67
Hex DD D3 79 0 5 2D D 36 3C 43
Octal 335 323 171 0 5 55 15 66 74 103
Binary 11011101 11010011 1111001 0 101 101101 1101 110110 111100 1000011

Color Harmonies of #DDD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD379

Black with #DDD379

Text Example


Text Example

White with #DDD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD379; }

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

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

background-color css

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

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

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

border-color css

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

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

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