#DDD068

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

Shades of Wild Rice #DDD068

Tints of Wild Rice #DDD068

Color information

#DDD068 (or 0xDDD068) is unknown color: approx Wild Rice. HEX triplet: DD, D0 and 68. RGB value is (221,208,104). Sum of RGB (Red+Green+Blue) = 221+208+104=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD068 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD068 is #222F97. Grayscale: #C8C8C8. Windows color (decimal): -2240408 or 6869213. OLE color: 6869213.

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

Color convert

RGB221208104-
CMYK00.060.530.13
HSL53.33º63.24%63.73%-
HSV(B)53.33º52.94%86.67%-
XYZ54.8761.4822.07-
YUV200.0373.81142.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.46%
GREEN value IS 208 (81.64% from 255) = 39.02%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=41.46%
G=39.02%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120810400.060.530.1353.3363.2463.73
HexDDD0680635D353f40
Octal3353201500665156577100
Binary11011101110100001101000011011010111011101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD068; }

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

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

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

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

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

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

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

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