Html Css Color HEX #DACE64 Wild Rice

📋 copy color: '#DACE64'

red 218 ◦ green 206 ◦ blue 100

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

Shades of Wild Rice #DACE64

Tints of Wild Rice #DACE64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.08%

R = 41.6%
G = 39.31%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DACE64 (or 0xDACE64) is known color: Wild Rice. HEX triplet: DA, CE and 64. RGB value is (218,206,100). Sum of RGB (Red+Green+Blue) = 218+206+100=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACE64 is #25319B. Grayscale: #C5C5C5. Windows color (decimal): -2437532 or 6606554. OLE color: 6606554.

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

Color convert

RGB 218 206 100 -
CMYK 0 0.06 0.54 0.15
HSL 53.9º 0.61% 0.62% -
HSV(B) 53.9º 0.54% 0.85% -
XYZ 53.29 59.97 20.82 -
YUV 197.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 218 206 100 0 0.06 0.54 0.15 53.9 0.61 0.62
Hex DA CE 64 0 6 36 F 36 3D 3E
Octal 332 316 144 0 6 66 17 66 75 76
Binary 11011010 11001110 1100100 0 110 110110 1111 110110 111101 111110

Color Harmonies of #DACE64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE64

Black with #DACE64

Text Example


Text Example

White with #DACE64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE64; }

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

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

background-color css

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

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

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

border-color css

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

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

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