#DDD269

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

Shades of Wild Rice #DDD269

Tints of Wild Rice #DDD269

Color information

#DDD269 (or 0xDDD269) is unknown color: approx Wild Rice. HEX triplet: DD, D2 and 69. RGB value is (221,210,105). Sum of RGB (Red+Green+Blue) = 221+210+105=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD269 is #222D96. Grayscale: #C9C9C9. Windows color (decimal): -2239895 or 6935261. OLE color: 6935261.

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

Color convert

RGB221210105-
CMYK00.050.520.13
HSL54.31º63.04%63.92%-
HSV(B)54.31º52.49%86.67%-
XYZ55.4262.4922.5-
YUV201.3273.64142.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.23%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 105 (41.41% from 255) = 19.59%
R=41.23%
G=39.18%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121010500.050.520.1354.3163.0463.92
HexDDD2690534D363f40
Octal3353221510564156677100
Binary11011101110100101101001010111010011011101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD269; }

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

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

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

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

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

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

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

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