Html Css Color HEX #DAE984 Mindaro

📋 copy color: '#DAE984'

red 218 ◦ green 233 ◦ blue 132

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

Shades of Mindaro #DAE984

Tints of Mindaro #DAE984

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.97%

 BLUE value IS 132 (51.95% from 255) = 22.64%

R = 37.39%
G = 39.97%
B = 22.64%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#DAE984 (or 0xDAE984) is known color: Mindaro. HEX triplet: DA, E9 and 84. RGB value is (218,233,132). Sum of RGB (Red+Green+Blue) = 218+233+132=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 233 (91.41% from 255 or 39.97% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE984 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE984 is #25167B. Grayscale: #D9D9D9. Windows color (decimal): -2430588 or 8710618. OLE color: 8710618.

HSL color Cylindrical-coordinate representation of color #DAE984: hue angle of 68.91º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAE984 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 132 -
CMYK 0.06 0 0.43 0.09
HSL 68.91º 0.7% 0.72% -
HSV(B) 68.91º 0.43% 0.91% -
XYZ 62.22 74.85 33 -
YUV 217 80.03 128.71 -
System Red Green Blue C M Y K H S L
Decimal 218 233 132 0.06 0 0.43 0.09 68.91 0.7 0.72
Hex DA E9 84 6 0 2B 9 45 46 48
Octal 332 351 204 6 0 53 11 105 106 110
Binary 11011010 11101001 10000100 110 0 101011 1001 1000101 1000110 1001000

Color Harmonies of #DAE984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE984

Black with #DAE984

Text Example


Text Example

White with #DAE984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE984; }

 p { color: rgb(218,233,132); }

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

background-color css

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

 a { background-color: rgb(218,233,132); }

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

border-color css

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

 span { border-color: rgb(218,233,132); }

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