Html Css Color HEX #D8CD6E Wild Rice

📋 copy color: '#D8CD6E'

red 216 ◦ green 205 ◦ blue 110

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

Shades of Wild Rice #D8CD6E

Tints of Wild Rice #D8CD6E

RGB

 RED value IS 216 (84.77% from 255) = 40.68%

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

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

R = 40.68%
G = 38.61%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8CD6E (or 0xD8CD6E) is known color: Wild Rice. HEX triplet: D8, CD and 6E. RGB value is (216,205,110). Sum of RGB (Red+Green+Blue) = 216+205+110=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CD6E is #273291. Grayscale: #C5C5C5. Windows color (decimal): -2568850 or 7261656. OLE color: 7261656.

HSL color Cylindrical-coordinate representation of color #D8CD6E: hue angle of 53.77º 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 #D8CD6E is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 205 110 -
CMYK 0 0.05 0.49 0.15
HSL 53.77º 0.58% 0.64% -
HSV(B) 53.77º 0.49% 0.85% -
XYZ 52.96 59.39 23.42 -
YUV 197.46 78.64 141.22 -
System Red Green Blue C M Y K H S L
Decimal 216 205 110 0 0.05 0.49 0.15 53.77 0.58 0.64
Hex D8 CD 6E 0 5 31 F 36 3A 40
Octal 330 315 156 0 5 61 17 66 72 100
Binary 11011000 11001101 1101110 0 101 110001 1111 110110 111010 1000000

Color Harmonies of #D8CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CD6E

Black with #D8CD6E

Text Example


Text Example

White with #D8CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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