Html Css Color HEX #D8D072 Wild Rice

📋 copy color: '#D8D072'

red 216 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #D8D072

Tints of Wild Rice #D8D072

RGB

 RED value IS 216 (84.77% from 255) = 40.15%

 GREEN value IS 208 (81.64% from 255) = 38.66%

 BLUE value IS 114 (44.92% from 255) = 21.19%

R = 40.15%
G = 38.66%
B = 21.19%

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

#D8D072 (or 0xD8D072) is known color: Wild Rice. HEX triplet: D8, D0 and 72. RGB value is (216,208,114). Sum of RGB (Red+Green+Blue) = 216+208+114=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D072 is #272F8D. Grayscale: #C8C8C8. Windows color (decimal): -2568078 or 7524568. OLE color: 7524568.

HSL color Cylindrical-coordinate representation of color #D8D072: hue angle of 55.29º degrees, saturation: 0.57, 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 #D8D072 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 208 114 -
CMYK 0 0.04 0.47 0.15
HSL 55.29º 0.57% 0.65% -
HSV(B) 55.29º 0.47% 0.85% -
XYZ 53.91 60.93 24.84 -
YUV 199.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 216 208 114 0 0.04 0.47 0.15 55.29 0.57 0.65
Hex D8 D0 72 0 4 2F F 37 39 41
Octal 330 320 162 0 4 57 17 67 71 101
Binary 11011000 11010000 1110010 0 100 101111 1111 110111 111001 1000001

Color Harmonies of #D8D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D072

Black with #D8D072

Text Example


Text Example

White with #D8D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D072; }

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

 H1.HeaderClassName
 {
   color: #D8D072;
 }
 .AnyTagClassName
 {
   color: #D8D072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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