Html Css Color HEX #DDD471 Wild Rice

📋 copy color: '#DDD471'

red 221 ◦ green 212 ◦ blue 113

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

Shades of Wild Rice #DDD471

Tints of Wild Rice #DDD471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.7%

R = 40.48%
G = 38.83%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDD471 (or 0xDDD471) is known color: Wild Rice. HEX triplet: DD, D4 and 71. RGB value is (221,212,113). Sum of RGB (Red+Green+Blue) = 221+212+113=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 212 (83.20% from 255 or 38.83% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD471 is #222B8E. Grayscale: #CBCBCB. Windows color (decimal): -2239375 or 7460061. OLE color: 7460061.

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

Color convert

RGB 221 212 113 -
CMYK 0 0.04 0.49 0.13
HSL 55º 0.61% 0.65% -
HSV(B) 55º 0.49% 0.87% -
XYZ 56.34 63.65 24.94 -
YUV 203.41 76.98 140.55 -
System Red Green Blue C M Y K H S L
Decimal 221 212 113 0 0.04 0.49 0.13 55 0.61 0.65
Hex DD D4 71 0 4 31 D 37 3D 41
Octal 335 324 161 0 4 61 15 67 75 101
Binary 11011101 11010100 1110001 0 100 110001 1101 110111 111101 1000001

Color Harmonies of #DDD471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD471

Black with #DDD471

Text Example


Text Example

White with #DDD471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD471; }

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

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

background-color css

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

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

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

border-color css

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

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

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