#DDD472

Color #DDD472 Wild Rice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Rice #DDD472

Tints of Wild Rice #DDD472

Color information

#DDD472 (or 0xDDD472) is unknown color: approx Wild Rice. HEX triplet: DD, D4 and 72. RGB value is (221,212,114). Sum of RGB (Red+Green+Blue) = 221+212+114=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD472 is #222B8D. Grayscale: #CBCBCB. Windows color (decimal): -2239374 or 7525597. OLE color: 7525597.

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

Color convert

RGB221212114-
CMYK00.040.480.13
HSL54.95º61.14%65.69%-
HSV(B)54.95º48.42%86.67%-
XYZ56.463.6725.24-
YUV203.5277.48140.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 114 (44.92% from 255) = 20.84%
R=40.40%
G=38.76%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121211400.040.480.1354.9561.1465.69
HexDDD4720430D373d42
Octal3353241620460156775102
Binary11011101110101001110010010011000011011101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD472; }

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

 H1.HeaderClassName
 {
   color: #DDD472;
 }
 .AnyTagClassName
 {
   color: #DDD472;
 }
</style>
background-color css

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

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

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

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

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

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