Html Css Color HEX #DDD479 Wild Rice

📋 copy color: '#DDD479'

red 221 ◦ green 212 ◦ blue 121

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

Shades of Wild Rice #DDD479

Tints of Wild Rice #DDD479

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.27%

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

R = 39.89%
G = 38.27%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDD479 (or 0xDDD479) is known color: Wild Rice. HEX triplet: DD, D4 and 79. RGB value is (221,212,121). Sum of RGB (Red+Green+Blue) = 221+212+121=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD479 is #222B86. Grayscale: #CCCCCC. Windows color (decimal): -2239367 or 7984349. OLE color: 7984349.

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

Color convert

RGB 221 212 121 -
CMYK 0 0.04 0.45 0.13
HSL 54.6º 0.6% 0.67% -
HSV(B) 54.6º 0.45% 0.87% -
XYZ 56.81 63.84 27.42 -
YUV 204.32 80.98 139.9 -
System Red Green Blue C M Y K H S L
Decimal 221 212 121 0 0.04 0.45 0.13 54.6 0.6 0.67
Hex DD D4 79 0 4 2D D 37 3C 43
Octal 335 324 171 0 4 55 15 67 74 103
Binary 11011101 11010100 1111001 0 100 101101 1101 110111 111100 1000011

Color Harmonies of #DDD479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD479

Black with #DDD479

Text Example


Text Example

White with #DDD479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD479; }

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

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

background-color css

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

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

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

border-color css

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

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

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