Html Css Color HEX #D9CD6E Wild Rice

📋 copy color: '#D9CD6E'

red 217 ◦ green 205 ◦ blue 110

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

Shades of Wild Rice #D9CD6E

Tints of Wild Rice #D9CD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.68%

R = 40.79%
G = 38.53%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9CD6E (or 0xD9CD6E) is known color: Wild Rice. HEX triplet: D9, CD and 6E. RGB value is (217,205,110). Sum of RGB (Red+Green+Blue) = 217+205+110=532 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.79% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9CD6E is #263291. Grayscale: #C6C6C6. Windows color (decimal): -2503314 or 7261657. OLE color: 7261657.

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

Color convert

RGB 217 205 110 -
CMYK 0 0.06 0.49 0.15
HSL 53.27º 0.58% 0.64% -
HSV(B) 53.27º 0.49% 0.85% -
XYZ 53.26 59.54 23.44 -
YUV 197.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 217 205 110 0 0.06 0.49 0.15 53.27 0.58 0.64
Hex D9 CD 6E 0 6 31 F 35 3A 40
Octal 331 315 156 0 6 61 17 65 72 100
Binary 11011001 11001101 1101110 0 110 110001 1111 110101 111010 1000000

Color Harmonies of #D9CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CD6E

Black with #D9CD6E

Text Example


Text Example

White with #D9CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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