Html Css Color HEX #DDD477 Wild Rice

📋 copy color: '#DDD477'

red 221 ◦ green 212 ◦ blue 119

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

Shades of Wild Rice #DDD477

Tints of Wild Rice #DDD477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.56%

R = 40.04%
G = 38.41%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDD477 (or 0xDDD477) is known color: Wild Rice. HEX triplet: DD, D4 and 77. RGB value is (221,212,119). Sum of RGB (Red+Green+Blue) = 221+212+119=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD477 is #222B88. Grayscale: #CCCCCC. Windows color (decimal): -2239369 or 7853277. OLE color: 7853277.

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

Color convert

RGB 221 212 119 -
CMYK 0 0.04 0.46 0.13
HSL 54.71º 0.6% 0.67% -
HSV(B) 54.71º 0.46% 0.87% -
XYZ 56.69 63.79 26.78 -
YUV 204.09 79.98 140.06 -
System Red Green Blue C M Y K H S L
Decimal 221 212 119 0 0.04 0.46 0.13 54.71 0.6 0.67
Hex DD D4 77 0 4 2E D 37 3C 43
Octal 335 324 167 0 4 56 15 67 74 103
Binary 11011101 11010100 1110111 0 100 101110 1101 110111 111100 1000011

Color Harmonies of #DDD477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD477

Black with #DDD477

Text Example


Text Example

White with #DDD477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD477; }

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

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

background-color css

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

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

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

border-color css

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

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

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