Html Css Color HEX #D9CD73 Wild Rice

📋 copy color: '#D9CD73'

red 217 ◦ green 205 ◦ blue 115

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

Shades of Wild Rice #D9CD73

Tints of Wild Rice #D9CD73

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.18%

 BLUE value IS 115 (45.31% from 255) = 21.42%

R = 40.41%
G = 38.18%
B = 21.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9CD73 (or 0xD9CD73) is known color: Wild Rice. HEX triplet: D9, CD and 73. RGB value is (217,205,115). Sum of RGB (Red+Green+Blue) = 217+205+115=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 205 (80.47% from 255 or 38.18% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD73 is #26328C. Grayscale: #C6C6C6. Windows color (decimal): -2503309 or 7589337. OLE color: 7589337.

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

Color convert

RGB 217 205 115 -
CMYK 0 0.06 0.47 0.15
HSL 52.94º 0.57% 0.65% -
HSV(B) 52.94º 0.47% 0.85% -
XYZ 53.54 59.65 24.91 -
YUV 198.33 80.98 141.32 -
System Red Green Blue C M Y K H S L
Decimal 217 205 115 0 0.06 0.47 0.15 52.94 0.57 0.65
Hex D9 CD 73 0 6 2F F 35 39 41
Octal 331 315 163 0 6 57 17 65 71 101
Binary 11011001 11001101 1110011 0 110 101111 1111 110101 111001 1000001

Color Harmonies of #D9CD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD73

Black with #D9CD73

Text Example


Text Example

White with #D9CD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD73; }

 p { color: rgb(217,205,115); }

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

background-color css

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

 a { background-color: rgb(217,205,115); }

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

border-color css

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

 span { border-color: rgb(217,205,115); }

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