#DDD078

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

Shades of Wild Rice #DDD078

Tints of Wild Rice #DDD078

Color information

#DDD078 (or 0xDDD078) is unknown color: approx Wild Rice. HEX triplet: DD, D0 and 78. RGB value is (221,208,120). Sum of RGB (Red+Green+Blue) = 221+208+120=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 208 (81.64% from 255 or 37.89% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD078 is #222F87. Grayscale: #CACACA. Windows color (decimal): -2240392 or 7917789. OLE color: 7917789.

HSL color Cylindrical-coordinate representation of color #DDD078: hue angle of 52.28º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD078 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221208120-
CMYK00.060.460.13
HSL52.28º59.76%66.86%-
HSV(B)52.28º45.7%86.67%-
XYZ55.7661.8426.77-
YUV201.8681.81141.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 208 (81.64% from 255) = 37.89%
BLUE value IS 120 (47.27% from 255) = 21.86%
R=40.26%
G=37.89%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120812000.060.460.1352.2859.7666.86
HexDDD078062ED343c43
Octal3353201700656156474103
Binary11011101110100001111000011010111011011101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD078; }

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

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

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

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

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

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

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

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