Html Css Color HEX #D8D073 Wild Rice

📋 copy color: '#D8D073'

red 216 ◦ green 208 ◦ blue 115

#D8D073
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Rice #D8D073

Tints of Wild Rice #D8D073

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 value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8D073 (or 0xD8D073) is known color: 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

RGB 216 208 115 -
CMYK 0 0.04 0.47 0.15
HSL 55.25º 0.56% 0.65% -
HSV(B) 55.25º 0.47% 0.85% -
XYZ 53.97 60.95 25.14 -
YUV 199.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 216 208 115 0 0.04 0.47 0.15 55.25 0.56 0.65
Hex D8 D0 73 0 4 2F F 37 38 41
Octal 330 320 163 0 4 57 17 67 70 101
Binary 11011000 11010000 1110011 0 100 101111 1111 110111 111000 1000001

Color Harmonies of #D8D073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D073

Black with #D8D073

Text Example


Text Example

White with #D8D073

Text Example


Text Example

HTML Codes & Css Web 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>