Html Css Color HEX #DDD576 Wild Rice

📋 copy color: '#DDD576'

red 221 ◦ green 213 ◦ blue 118

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

Shades of Wild Rice #DDD576

Tints of Wild Rice #DDD576

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

 BLUE value IS 118 (46.48% from 255) = 21.38%

R = 40.04%
G = 38.59%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DDD576 (or 0xDDD576) is known color: Wild Rice. HEX triplet: DD, D5 and 76. RGB value is (221,213,118). Sum of RGB (Red+Green+Blue) = 221+213+118=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 118 (46.48% from 255 or 21.38% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD576 is #222A89. Grayscale: #CCCCCC. Windows color (decimal): -2239114 or 7787997. OLE color: 7787997.

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

Color convert

RGB 221 213 118 -
CMYK 0 0.04 0.47 0.13
HSL 55.34º 0.6% 0.66% -
HSV(B) 55.34º 0.47% 0.87% -
XYZ 56.88 64.27 26.55 -
YUV 204.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 221 213 118 0 0.04 0.47 0.13 55.34 0.6 0.66
Hex DD D5 76 0 4 2F D 37 3C 42
Octal 335 325 166 0 4 57 15 67 74 102
Binary 11011101 11010101 1110110 0 100 101111 1101 110111 111100 1000010

Color Harmonies of #DDD576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD576

Black with #DDD576

Text Example


Text Example

White with #DDD576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD576; }

 p { color: rgb(221,213,118); }

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

background-color css

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

 a { background-color: rgb(221,213,118); }

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

border-color css

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

 span { border-color: rgb(221,213,118); }

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