Html Css Color HEX #DACE70 Wild Rice

📋 copy color: '#DACE70'

red 218 ◦ green 206 ◦ blue 112

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

Shades of Wild Rice #DACE70

Tints of Wild Rice #DACE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.9%

R = 40.67%
G = 38.43%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DACE70 (or 0xDACE70) is known color: Wild Rice. HEX triplet: DA, CE and 70. RGB value is (218,206,112). Sum of RGB (Red+Green+Blue) = 218+206+112=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE70 is #25318F. Grayscale: #C7C7C7. Windows color (decimal): -2437520 or 7392986. OLE color: 7392986.

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

Color convert

RGB 218 206 112 -
CMYK 0 0.06 0.49 0.15
HSL 53.21º 0.59% 0.65% -
HSV(B) 53.21º 0.49% 0.85% -
XYZ 53.91 60.22 24.11 -
YUV 198.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 218 206 112 0 0.06 0.49 0.15 53.21 0.59 0.65
Hex DA CE 70 0 6 31 F 35 3B 41
Octal 332 316 160 0 6 61 17 65 73 101
Binary 11011010 11001110 1110000 0 110 110001 1111 110101 111011 1000001

Color Harmonies of #DACE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE70

Black with #DACE70

Text Example


Text Example

White with #DACE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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