Html Css Color HEX #D9D37A Wild Rice

📋 copy color: '#D9D37A'

red 217 ◦ green 211 ◦ blue 122

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

Shades of Wild Rice #D9D37A

Tints of Wild Rice #D9D37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 39.45%
G = 38.36%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D9D37A (or 0xD9D37A) is known color: Wild Rice. HEX triplet: D9, D3 and 7A. RGB value is (217,211,122). Sum of RGB (Red+Green+Blue) = 217+211+122=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D37A is #262C85. Grayscale: #CBCBCB. Windows color (decimal): -2501766 or 8049625. OLE color: 8049625.

HSL color Cylindrical-coordinate representation of color #D9D37A: hue angle of 56.21º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9D37A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 211 122 -
CMYK 0 0.03 0.44 0.15
HSL 56.21º 0.56% 0.66% -
HSV(B) 56.21º 0.44% 0.85% -
XYZ 55.42 62.75 27.6 -
YUV 202.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 217 211 122 0 0.03 0.44 0.15 56.21 0.56 0.66
Hex D9 D3 7A 0 3 2C F 38 38 42
Octal 331 323 172 0 3 54 17 70 70 102
Binary 11011001 11010011 1111010 0 11 101100 1111 111000 111000 1000010

Color Harmonies of #D9D37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D37A

Black with #D9D37A

Text Example


Text Example

White with #D9D37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D37A; }

 p { color: rgb(217,211,122); }

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

background-color css

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

 a { background-color: rgb(217,211,122); }

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

border-color css

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

 span { border-color: rgb(217,211,122); }

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