#DDD37D

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

Shades of Wild Rice #DDD37D

Tints of Wild Rice #DDD37D

Color information

#DDD37D (or 0xDDD37D) is unknown color: approx Wild Rice. HEX triplet: DD, D3 and 7D. RGB value is (221,211,125). Sum of RGB (Red+Green+Blue) = 221+211+125=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD37D is #222C82. Grayscale: #CCCCCC. Windows color (decimal): -2239619 or 8246237. OLE color: 8246237.

HSL color Cylindrical-coordinate representation of color #DDD37D: hue angle of 53.75º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD37D is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB221211125-
CMYK00.050.430.13
HSL53.75º58.54%67.84%-
HSV(B)53.75º43.44%86.67%-
XYZ56.8163.4428.65-
YUV204.1983.31139.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 125 (49.22% from 255) = 22.44%
R=39.68%
G=37.88%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121112500.050.430.1353.7558.5467.84
HexDDD37D052BD363b44
Octal3353231750553156673104
Binary11011101110100111111101010110101111011101101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD37D; }

 p { color: rgb(221,211,125); }

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

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

 a { background-color: rgb(221,211,125); }

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

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

 span { border-color: rgb(221,211,125); }

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