Html Css Color HEX #DDD279 Wild Rice

📋 copy color: '#DDD279'

red 221 ◦ green 210 ◦ blue 121

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

Shades of Wild Rice #DDD279

Tints of Wild Rice #DDD279

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.04%

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

R = 40.04%
G = 38.04%
B = 21.92%

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

#DDD279 (or 0xDDD279) is known color: Wild Rice. HEX triplet: DD, D2 and 79. RGB value is (221,210,121). Sum of RGB (Red+Green+Blue) = 221+210+121=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 121 (47.66% from 255 or 21.92% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD279 is #222D86. Grayscale: #CBCBCB. Windows color (decimal): -2239879 or 7983837. OLE color: 7983837.

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

Color convert

RGB 221 210 121 -
CMYK 0 0.05 0.45 0.13
HSL 53.4º 0.6% 0.67% -
HSV(B) 53.4º 0.45% 0.87% -
XYZ 56.32 62.85 27.25 -
YUV 203.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 221 210 121 0 0.05 0.45 0.13 53.4 0.6 0.67
Hex DD D2 79 0 5 2D D 35 3C 43
Octal 335 322 171 0 5 55 15 65 74 103
Binary 11011101 11010010 1111001 0 101 101101 1101 110101 111100 1000011

Color Harmonies of #DDD279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD279

Black with #DDD279

Text Example


Text Example

White with #DDD279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD279; }

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

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

background-color css

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

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

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

border-color css

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

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

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