#DDD374

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

Shades of Wild Rice #DDD374

Tints of Wild Rice #DDD374

Color information

#DDD374 (or 0xDDD374) is unknown color: approx Wild Rice. HEX triplet: DD, D3 and 74. RGB value is (221,211,116). Sum of RGB (Red+Green+Blue) = 221+211+116=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 211 (82.81% from 255 or 38.50% from 548); Blue value is 116 (45.70% from 255 or 21.17% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD374 is #222C8B. Grayscale: #CBCBCB. Windows color (decimal): -2239628 or 7656413. OLE color: 7656413.

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

Color convert

RGB221211116-
CMYK00.050.480.13
HSL54.29º60.69%66.08%-
HSV(B)54.29º47.51%86.67%-
XYZ56.2763.2225.76-
YUV203.1678.81140.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 211 (82.81% from 255) = 38.50%
BLUE value IS 116 (45.70% from 255) = 21.17%
R=40.33%
G=38.50%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121111600.050.480.1354.2960.6966.08
HexDDD3740530D363d42
Octal3353231640560156675102
Binary11011101110100111110100010111000011011101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD374; }

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

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

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

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

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

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

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

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