Html Css Color HEX #DDD079 Wild Rice

📋 copy color: '#DDD079'

red 221 ◦ green 208 ◦ blue 121

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

Shades of Wild Rice #DDD079

Tints of Wild Rice #DDD079

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.82%

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

R = 40.18%
G = 37.82%
B = 22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDD079 (or 0xDDD079) is known color: Wild Rice. HEX triplet: DD, D0 and 79. RGB value is (221,208,121). Sum of RGB (Red+Green+Blue) = 221+208+121=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 208 (81.64% from 255 or 37.82% from 550); Blue value is 121 (47.66% from 255 or 22% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD079 is #222F86. Grayscale: #CACACA. Windows color (decimal): -2240391 or 7983325. OLE color: 7983325.

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

Color convert

RGB 221 208 121 -
CMYK 0 0.06 0.45 0.13
HSL 52.2º 0.6% 0.67% -
HSV(B) 52.2º 0.45% 0.87% -
XYZ 55.83 61.86 27.09 -
YUV 201.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 221 208 121 0 0.06 0.45 0.13 52.2 0.6 0.67
Hex DD D0 79 0 6 2D D 34 3C 43
Octal 335 320 171 0 6 55 15 64 74 103
Binary 11011101 11010000 1111001 0 110 101101 1101 110100 111100 1000011

Color Harmonies of #DDD079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD079

Black with #DDD079

Text Example


Text Example

White with #DDD079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD079; }

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

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

background-color css

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

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

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

border-color css

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

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

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