Html Css Color HEX #D9D071 Wild Rice

📋 copy color: '#D9D071'

red 217 ◦ green 208 ◦ blue 113

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

Shades of Wild Rice #D9D071

Tints of Wild Rice #D9D071

RGB

 RED value IS 217 (85.16% from 255) = 40.33%

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

 BLUE value IS 113 (44.53% from 255) = 21%

R = 40.33%
G = 38.66%
B = 21%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D9D071 (or 0xD9D071) is known color: Wild Rice. HEX triplet: D9, D0 and 71. RGB value is (217,208,113). Sum of RGB (Red+Green+Blue) = 217+208+113=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 113 (44.53% from 255 or 21.00% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D071 is #262F8E. Grayscale: #C8C8C8. Windows color (decimal): -2502543 or 7459033. OLE color: 7459033.

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

Color convert

RGB 217 208 113 -
CMYK 0 0.04 0.48 0.15
HSL 54.81º 0.58% 0.65% -
HSV(B) 54.81º 0.48% 0.85% -
XYZ 54.15 61.06 24.55 -
YUV 199.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 217 208 113 0 0.04 0.48 0.15 54.81 0.58 0.65
Hex D9 D0 71 0 4 30 F 37 3A 41
Octal 331 320 161 0 4 60 17 67 72 101
Binary 11011001 11010000 1110001 0 100 110000 1111 110111 111010 1000001

Color Harmonies of #D9D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D071

Black with #D9D071

Text Example


Text Example

White with #D9D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D071; }

 p { color: rgb(217,208,113); }

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

background-color css

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

 a { background-color: rgb(217,208,113); }

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

border-color css

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

 span { border-color: rgb(217,208,113); }

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