Html Css Color HEX #DACE73 Wild Rice

📋 copy color: '#DACE73'

red 218 ◦ green 206 ◦ blue 115

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

Shades of Wild Rice #DACE73

Tints of Wild Rice #DACE73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 40.45%
G = 38.22%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DACE73 (or 0xDACE73) is known color: Wild Rice. HEX triplet: DA, CE and 73. RGB value is (218,206,115). Sum of RGB (Red+Green+Blue) = 218+206+115=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 206 (80.86% from 255 or 38.22% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE73 is #25318C. Grayscale: #C7C7C7. Windows color (decimal): -2437517 or 7589594. OLE color: 7589594.

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

Color convert

RGB 218 206 115 -
CMYK 0 0.06 0.47 0.15
HSL 53.01º 0.58% 0.65% -
HSV(B) 53.01º 0.47% 0.85% -
XYZ 54.08 60.29 25.01 -
YUV 199.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 218 206 115 0 0.06 0.47 0.15 53.01 0.58 0.65
Hex DA CE 73 0 6 2F F 35 3A 41
Octal 332 316 163 0 6 57 17 65 72 101
Binary 11011010 11001110 1110011 0 110 101111 1111 110101 111010 1000001

Color Harmonies of #DACE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE73

Black with #DACE73

Text Example


Text Example

White with #DACE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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