#D8D073

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

Shades of Wild Rice #D8D073

Tints of Wild Rice #D8D073

Color information

#D8D073 (or 0xD8D073) is unknown color: approx Wild Rice. HEX triplet: D8, D0 and 73. RGB value is (216,208,115). Sum of RGB (Red+Green+Blue) = 216+208+115=539 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.07% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D073 is #272F8C. Grayscale: #C8C8C8. Windows color (decimal): -2568077 or 7590104. OLE color: 7590104.

HSL color Cylindrical-coordinate representation of color #D8D073: hue angle of 55.25º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8D073 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216208115-
CMYK00.040.470.15
HSL55.25º56.42%64.9%-
HSV(B)55.25º46.76%84.71%-
XYZ53.9760.9525.14-
YUV199.7980.15139.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.07%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=40.07%
G=38.59%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620811500.040.470.1555.2556.4264.9
HexD8D073042FF373841
Octal3303201630457176770101
Binary11011000110100001110011010010111111111101111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D073; }

 p { color: rgb(216,208,115); }

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

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

 a { background-color: rgb(216,208,115); }

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

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

 span { border-color: rgb(216,208,115); }

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