Html Css Color HEX #DACE6E Wild Rice

📋 copy color: '#DACE6E'

red 218 ◦ green 206 ◦ blue 110

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

Shades of Wild Rice #DACE6E

Tints of Wild Rice #DACE6E

RGB

 RED value IS 218 (85.55% from 255) = 40.82%

 GREEN value IS 206 (80.86% from 255) = 38.58%

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

R = 40.82%
G = 38.58%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DACE6E (or 0xDACE6E) is known color: Wild Rice. HEX triplet: DA, CE and 6E. RGB value is (218,206,110). Sum of RGB (Red+Green+Blue) = 218+206+110=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 206 (80.86% from 255 or 38.58% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE6E is #253191. Grayscale: #C7C7C7. Windows color (decimal): -2437522 or 7261914. OLE color: 7261914.

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

Color convert

RGB 218 206 110 -
CMYK 0 0.06 0.50 0.15
HSL 53.33º 0.59% 0.64% -
HSV(B) 53.33º 0.5% 0.85% -
XYZ 53.8 60.17 23.53 -
YUV 198.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 218 206 110 0 0.06 0.50 0.15 53.33 0.59 0.64
Hex DA CE 6E 0 6 32 F 35 3B 40
Octal 332 316 156 0 6 62 17 65 73 100
Binary 11011010 11001110 1101110 0 110 110010 1111 110101 111011 1000000

Color Harmonies of #DACE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE6E

Black with #DACE6E

Text Example


Text Example

White with #DACE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE6E; }

 p { color: rgb(218,206,110); }

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

background-color css

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

 a { background-color: rgb(218,206,110); }

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

border-color css

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

 span { border-color: rgb(218,206,110); }

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