Html Css Color HEX #DACE78 Wild Rice

📋 copy color: '#DACE78'

red 218 ◦ green 206 ◦ blue 120

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

Shades of Wild Rice #DACE78

Tints of Wild Rice #DACE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 22.06%

R = 40.07%
G = 37.87%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DACE78 (or 0xDACE78) is known color: Wild Rice. HEX triplet: DA, CE and 78. RGB value is (218,206,120). Sum of RGB (Red+Green+Blue) = 218+206+120=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE78 is #253187. Grayscale: #C8C8C8. Windows color (decimal): -2437512 or 7917274. OLE color: 7917274.

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

Color convert

RGB 218 206 120 -
CMYK 0 0.06 0.45 0.15
HSL 52.65º 0.57% 0.66% -
HSV(B) 52.65º 0.45% 0.85% -
XYZ 54.37 60.4 26.56 -
YUV 199.78 82.98 140.99 -
System Red Green Blue C M Y K H S L
Decimal 218 206 120 0 0.06 0.45 0.15 52.65 0.57 0.66
Hex DA CE 78 0 6 2D F 35 39 42
Octal 332 316 170 0 6 55 17 65 71 102
Binary 11011010 11001110 1111000 0 110 101101 1111 110101 111001 1000010

Color Harmonies of #DACE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE78

Black with #DACE78

Text Example


Text Example

White with #DACE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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