#DDD26D

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

Shades of Wild Rice #DDD26D

Tints of Wild Rice #DDD26D

Color information

#DDD26D (or 0xDDD26D) is unknown color: approx Wild Rice. HEX triplet: DD, D2 and 6D. RGB value is (221,210,109). Sum of RGB (Red+Green+Blue) = 221+210+109=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 210 (82.42% from 255 or 38.89% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD26D is #222D92. Grayscale: #CACACA. Windows color (decimal): -2239891 or 7197405. OLE color: 7197405.

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

Color convert

RGB221210109-
CMYK00.050.510.13
HSL54.11º62.22%64.71%-
HSV(B)54.11º50.68%86.67%-
XYZ55.6362.5723.61-
YUV201.7775.64141.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 210 (82.42% from 255) = 38.89%
BLUE value IS 109 (42.97% from 255) = 20.19%
R=40.93%
G=38.89%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121010900.050.510.1354.1162.2264.71
HexDDD26D0533D363e41
Octal3353221550563156676101
Binary11011101110100101101101010111001111011101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD26D; }

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

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

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

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

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

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

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

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