Html Css Color HEX #D9D37C Wild Rice

📋 copy color: '#D9D37C'

red 217 ◦ green 211 ◦ blue 124

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

Shades of Wild Rice #D9D37C

Tints of Wild Rice #D9D37C

RGB

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

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

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

R = 39.31%
G = 38.22%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9D37C (or 0xD9D37C) is known color: Wild Rice. HEX triplet: D9, D3 and 7C. RGB value is (217,211,124). Sum of RGB (Red+Green+Blue) = 217+211+124=552 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.31% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D37C is #262C83. Grayscale: #CBCBCB. Windows color (decimal): -2501764 or 8180697. OLE color: 8180697.

HSL color Cylindrical-coordinate representation of color #D9D37C: hue angle of 56.13º degrees, saturation: 0.55, 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 #D9D37C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 211 124 -
CMYK 0 0.03 0.43 0.15
HSL 56.13º 0.55% 0.67% -
HSV(B) 56.13º 0.43% 0.85% -
XYZ 55.55 62.8 28.26 -
YUV 202.88 83.49 138.07 -
System Red Green Blue C M Y K H S L
Decimal 217 211 124 0 0.03 0.43 0.15 56.13 0.55 0.67
Hex D9 D3 7C 0 3 2B F 38 37 43
Octal 331 323 174 0 3 53 17 70 67 103
Binary 11011001 11010011 1111100 0 11 101011 1111 111000 110111 1000011

Color Harmonies of #D9D37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D37C

Black with #D9D37C

Text Example


Text Example

White with #D9D37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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