Html Css Color HEX #D9D47F Wild Rice

📋 copy color: '#D9D47F'

red 217 ◦ green 212 ◦ blue 127

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

Shades of Wild Rice #D9D47F

Tints of Wild Rice #D9D47F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.13%

 BLUE value IS 127 (50% from 255) = 22.84%

R = 39.03%
G = 38.13%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9D47F (or 0xD9D47F) is known color: Wild Rice. HEX triplet: D9, D4 and 7F. RGB value is (217,212,127). Sum of RGB (Red+Green+Blue) = 217+212+127=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 212 (83.20% from 255 or 38.13% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D47F is #262B80. Grayscale: #CCCCCC. Windows color (decimal): -2501505 or 8377561. OLE color: 8377561.

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

Color convert

RGB 217 212 127 -
CMYK 0 0.02 0.41 0.15
HSL 56.67º 0.54% 0.67% -
HSV(B) 56.67º 0.41% 0.85% -
XYZ 55.99 63.37 29.36 -
YUV 203.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 217 212 127 0 0.02 0.41 0.15 56.67 0.54 0.67
Hex D9 D4 7F 0 2 29 F 39 36 43
Octal 331 324 177 0 2 51 17 71 66 103
Binary 11011001 11010100 1111111 0 10 101001 1111 111001 110110 1000011

Color Harmonies of #D9D47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D47F

Black with #D9D47F

Text Example


Text Example

White with #D9D47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D47F; }

 p { color: rgb(217,212,127); }

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

background-color css

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

 a { background-color: rgb(217,212,127); }

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

border-color css

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

 span { border-color: rgb(217,212,127); }

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