Html Css Color HEX #DDD476 Wild Rice

📋 copy color: '#DDD476'

red 221 ◦ green 212 ◦ blue 118

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

Shades of Wild Rice #DDD476

Tints of Wild Rice #DDD476

RGB

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

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

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

R = 40.11%
G = 38.48%
B = 21.42%

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

#DDD476 (or 0xDDD476) is known color: Wild Rice. HEX triplet: DD, D4 and 76. RGB value is (221,212,118). Sum of RGB (Red+Green+Blue) = 221+212+118=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 212 (83.20% from 255 or 38.48% from 551); Blue value is 118 (46.48% from 255 or 21.42% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD476 is #222B89. Grayscale: #CCCCCC. Windows color (decimal): -2239370 or 7787741. OLE color: 7787741.

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

Color convert

RGB 221 212 118 -
CMYK 0 0.04 0.47 0.13
HSL 54.76º 0.6% 0.66% -
HSV(B) 54.76º 0.47% 0.87% -
XYZ 56.63 63.77 26.46 -
YUV 203.98 79.48 140.14 -
System Red Green Blue C M Y K H S L
Decimal 221 212 118 0 0.04 0.47 0.13 54.76 0.6 0.66
Hex DD D4 76 0 4 2F D 37 3C 42
Octal 335 324 166 0 4 57 15 67 74 102
Binary 11011101 11010100 1110110 0 100 101111 1101 110111 111100 1000010

Color Harmonies of #DDD476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD476

Black with #DDD476

Text Example


Text Example

White with #DDD476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD476; }

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

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

background-color css

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

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

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

border-color css

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

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

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