Html Css Color HEX #DACE77 Wild Rice

📋 copy color: '#DACE77'

red 218 ◦ green 206 ◦ blue 119

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

Shades of Wild Rice #DACE77

Tints of Wild Rice #DACE77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 21.92%

R = 40.15%
G = 37.94%
B = 21.92%

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

#DACE77 (or 0xDACE77) is known color: Wild Rice. HEX triplet: DA, CE and 77. RGB value is (218,206,119). Sum of RGB (Red+Green+Blue) = 218+206+119=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 206 (80.86% from 255 or 37.94% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE77 is #253188. Grayscale: #C8C8C8. Windows color (decimal): -2437513 or 7851738. OLE color: 7851738.

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

Color convert

RGB 218 206 119 -
CMYK 0 0.06 0.45 0.15
HSL 52.73º 0.57% 0.66% -
HSV(B) 52.73º 0.45% 0.85% -
XYZ 54.31 60.38 26.24 -
YUV 199.67 82.48 141.07 -
System Red Green Blue C M Y K H S L
Decimal 218 206 119 0 0.06 0.45 0.15 52.73 0.57 0.66
Hex DA CE 77 0 6 2D F 35 39 42
Octal 332 316 167 0 6 55 17 65 71 102
Binary 11011010 11001110 1110111 0 110 101101 1111 110101 111001 1000010

Color Harmonies of #DACE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE77

Black with #DACE77

Text Example


Text Example

White with #DACE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE77; }

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

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

background-color css

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

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

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

border-color css

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

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

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