Html Css Color HEX #DACE76 Wild Rice

📋 copy color: '#DACE76'

red 218 ◦ green 206 ◦ blue 118

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

Shades of Wild Rice #DACE76

Tints of Wild Rice #DACE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 21.77%

R = 40.22%
G = 38.01%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DACE76 (or 0xDACE76) is known color: Wild Rice. HEX triplet: DA, CE and 76. RGB value is (218,206,118). Sum of RGB (Red+Green+Blue) = 218+206+118=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 118 (46.48% from 255 or 21.77% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE76 is #253189. Grayscale: #C7C7C7. Windows color (decimal): -2437514 or 7786202. OLE color: 7786202.

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

Color convert

RGB 218 206 118 -
CMYK 0 0.06 0.46 0.15
HSL 52.8º 0.57% 0.66% -
HSV(B) 52.8º 0.46% 0.85% -
XYZ 54.25 60.36 25.93 -
YUV 199.56 81.98 141.16 -
System Red Green Blue C M Y K H S L
Decimal 218 206 118 0 0.06 0.46 0.15 52.8 0.57 0.66
Hex DA CE 76 0 6 2E F 35 39 42
Octal 332 316 166 0 6 56 17 65 71 102
Binary 11011010 11001110 1110110 0 110 101110 1111 110101 111001 1000010

Color Harmonies of #DACE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE76

Black with #DACE76

Text Example


Text Example

White with #DACE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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