#DDD168

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

Shades of Wild Rice #DDD168

Tints of Wild Rice #DDD168

Color information

#DDD168 (or 0xDDD168) is unknown color: approx Wild Rice. HEX triplet: DD, D1 and 68. RGB value is (221,209,104). Sum of RGB (Red+Green+Blue) = 221+209+104=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD168 is #222E97. Grayscale: #C9C9C9. Windows color (decimal): -2240152 or 6869469. OLE color: 6869469.

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

Color convert

RGB221209104-
CMYK00.050.530.13
HSL53.85º63.24%63.73%-
HSV(B)53.85º52.94%86.67%-
XYZ55.1261.9722.15-
YUV200.6273.48142.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.39%
GREEN value IS 209 (82.03% from 255) = 39.14%
BLUE value IS 104 (41.02% from 255) = 19.48%
R=41.39%
G=39.14%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120910400.050.530.1353.8563.2463.73
HexDDD1680535D363f40
Octal3353211500565156677100
Binary11011101110100011101000010111010111011101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD168; }

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

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

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

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

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

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

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

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