Html Css Color HEX #DAE87D Mindaro

📋 copy color: '#DAE87D'

red 218 ◦ green 232 ◦ blue 125

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

Shades of Mindaro #DAE87D

Tints of Mindaro #DAE87D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 40.35%

 BLUE value IS 125 (49.22% from 255) = 21.74%

R = 37.91%
G = 40.35%
B = 21.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#DAE87D (or 0xDAE87D) is known color: Mindaro. HEX triplet: DA, E8 and 7D. RGB value is (218,232,125). Sum of RGB (Red+Green+Blue) = 218+232+125=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 232 (91.02% from 255 or 40.35% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE87D is #251782. Grayscale: #D8D8D8. Windows color (decimal): -2430851 or 8251610. OLE color: 8251610.

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

Color convert

RGB 218 232 125 -
CMYK 0.06 0 0.46 0.09
HSL 67.85º 0.7% 0.7% -
HSV(B) 67.85º 0.46% 0.91% -
XYZ 61.47 74.1 30.46 -
YUV 215.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 218 232 125 0.06 0 0.46 0.09 67.85 0.7 0.7
Hex DA E8 7D 6 0 2E 9 44 46 46
Octal 332 350 175 6 0 56 11 104 106 106
Binary 11011010 11101000 1111101 110 0 101110 1001 1000100 1000110 1000110

Color Harmonies of #DAE87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE87D

Black with #DAE87D

Text Example


Text Example

White with #DAE87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE87D; }

 p { color: rgb(218,232,125); }

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

background-color css

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

 a { background-color: rgb(218,232,125); }

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

border-color css

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

 span { border-color: rgb(218,232,125); }

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