#D8D278

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

Shades of Wild Rice #D8D278

Tints of Wild Rice #D8D278

Color information

#D8D278 (or 0xD8D278) is unknown color: approx Wild Rice. HEX triplet: D8, D2 and 78. RGB value is (216,210,120). Sum of RGB (Red+Green+Blue) = 216+210+120=546 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.56% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 120 (47.27% from 255 or 21.98% from 546); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D278 is #272D87. Grayscale: #C9C9C9. Windows color (decimal): -2567560 or 7918296. OLE color: 7918296.

HSL color Cylindrical-coordinate representation of color #D8D278: hue angle of 56.25º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8D278 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB216210120-
CMYK00.030.440.15
HSL56.25º55.17%65.88%-
HSV(B)56.25º44.44%84.71%-
XYZ54.7662.0526.86-
YUV201.5381.99138.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.56%
GREEN value IS 210 (82.42% from 255) = 38.46%
BLUE value IS 120 (47.27% from 255) = 21.98%
R=39.56%
G=38.46%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621012000.030.440.1556.2555.1765.88
HexD8D278032CF383742
Octal3303221700354177067102
Binary1101100011010010111100001110110011111110001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D278; }

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

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

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

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

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

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

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

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