#DDD26E

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

Shades of Wild Rice #DDD26E

Tints of Wild Rice #DDD26E

Color information

#DDD26E (or 0xDDD26E) is unknown color: approx Wild Rice. HEX triplet: DD, D2 and 6E. RGB value is (221,210,110). Sum of RGB (Red+Green+Blue) = 221+210+110=541 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.85% from 541); Green value is 210 (82.42% from 255 or 38.82% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD26E is #222D91. Grayscale: #CACACA. Windows color (decimal): -2239890 or 7262941. OLE color: 7262941.

HSL color Cylindrical-coordinate representation of color #DDD26E: hue angle of 54.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD26E is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB221210110-
CMYK00.050.500.13
HSL54.05º62.01%64.9%-
HSV(B)54.05º50.23%86.67%-
XYZ55.6862.5923.9-
YUV201.8976.14141.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.85%
GREEN value IS 210 (82.42% from 255) = 38.82%
BLUE value IS 110 (43.36% from 255) = 20.33%
R=40.85%
G=38.82%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121011000.050.500.1354.0562.0164.9
HexDDD26E0532D363e41
Octal3353221560562156676101
Binary11011101110100101101110010111001011011101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD26E; }

 p { color: rgb(221,210,110); }

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

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

 a { background-color: rgb(221,210,110); }

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

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

 span { border-color: rgb(221,210,110); }

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