Html Css Color HEX #D8D37C Wild Rice

📋 copy color: '#D8D37C'

red 216 ◦ green 211 ◦ blue 124

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

Shades of Wild Rice #D8D37C

Tints of Wild Rice #D8D37C

RGB

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

 GREEN value IS 211 (82.81% from 255) = 38.29%

 BLUE value IS 124 (48.83% from 255) = 22.5%

R = 39.2%
G = 38.29%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D8D37C (or 0xD8D37C) is known color: Wild Rice. HEX triplet: D8, D3 and 7C. RGB value is (216,211,124). Sum of RGB (Red+Green+Blue) = 216+211+124=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 211 (82.81% from 255 or 38.29% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D37C is #272C83. Grayscale: #CACACA. Windows color (decimal): -2567300 or 8180696. OLE color: 8180696.

HSL color Cylindrical-coordinate representation of color #D8D37C: hue angle of 56.74º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D37C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 211 124 -
CMYK 0 0.02 0.43 0.15
HSL 56.74º 0.54% 0.67% -
HSV(B) 56.74º 0.43% 0.85% -
XYZ 55.25 62.64 28.25 -
YUV 202.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 216 211 124 0 0.02 0.43 0.15 56.74 0.54 0.67
Hex D8 D3 7C 0 2 2B F 39 36 43
Octal 330 323 174 0 2 53 17 71 66 103
Binary 11011000 11010011 1111100 0 10 101011 1111 111001 110110 1000011

Color Harmonies of #D8D37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D37C

Black with #D8D37C

Text Example


Text Example

White with #D8D37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D37C; }

 p { color: rgb(216,211,124); }

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

background-color css

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

 a { background-color: rgb(216,211,124); }

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

border-color css

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

 span { border-color: rgb(216,211,124); }

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