#DDD169

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

Shades of Wild Rice #DDD169

Tints of Wild Rice #DDD169

Color information

#DDD169 (or 0xDDD169) is unknown color: approx Wild Rice. HEX triplet: DD, D1 and 69. RGB value is (221,209,105). Sum of RGB (Red+Green+Blue) = 221+209+105=535 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.31% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 105 (41.41% from 255 or 19.63% from 535); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD169 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD169 is #222E96. Grayscale: #C9C9C9. Windows color (decimal): -2240151 or 6935005. OLE color: 6935005.

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

Color convert

RGB221209105-
CMYK00.050.520.13
HSL53.79º63.04%63.92%-
HSV(B)53.79º52.49%86.67%-
XYZ55.1761.9922.42-
YUV200.7373.98142.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.31%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 105 (41.41% from 255) = 19.63%
R=41.31%
G=39.07%
B=19.63%

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
Decimal22120910500.050.520.1353.7963.0463.92
HexDDD1690534D363f40
Octal3353211510564156677100
Binary11011101110100011101001010111010011011101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD169; }

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

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

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

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

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

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

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

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