#DDD278

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

Shades of Wild Rice #DDD278

Tints of Wild Rice #DDD278

Color information

#DDD278 (or 0xDDD278) is unknown color: approx Wild Rice. HEX triplet: DD, D2 and 78. RGB value is (221,210,120). Sum of RGB (Red+Green+Blue) = 221+210+120=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD278 is #222D87. Grayscale: #CBCBCB. Windows color (decimal): -2239880 or 7918301. OLE color: 7918301.

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

Color convert

RGB221210120-
CMYK00.050.460.13
HSL53.47º59.76%66.86%-
HSV(B)53.47º45.7%86.67%-
XYZ56.2662.8226.93-
YUV203.0381.14140.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 210 (82.42% from 255) = 38.11%
BLUE value IS 120 (47.27% from 255) = 21.78%
R=40.11%
G=38.11%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121012000.050.460.1353.4759.7666.86
HexDDD278052ED353c43
Octal3353221700556156574103
Binary11011101110100101111000010110111011011101011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD278; }

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

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

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

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

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

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

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

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