Html Css Color HEX #DAE875 Mindaro

📋 copy color: '#DAE875'

red 218 ◦ green 232 ◦ blue 117

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

Shades of Mindaro #DAE875

Tints of Mindaro #DAE875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 20.63%

R = 38.45%
G = 40.92%
B = 20.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#DAE875 (or 0xDAE875) is known color: Mindaro. HEX triplet: DA, E8 and 75. RGB value is (218,232,117). Sum of RGB (Red+Green+Blue) = 218+232+117=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 117 (46.09% from 255 or 20.63% from 567); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE875 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE875 is #25178A. Grayscale: #D7D7D7. Windows color (decimal): -2430859 or 7727322. OLE color: 7727322.

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

Color convert

RGB 218 232 117 -
CMYK 0.06 0 0.50 0.09
HSL 67.3º 0.71% 0.68% -
HSV(B) 67.3º 0.5% 0.91% -
XYZ 60.98 73.9 27.88 -
YUV 214.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 218 232 117 0.06 0 0.50 0.09 67.3 0.71 0.68
Hex DA E8 75 6 0 32 9 43 47 44
Octal 332 350 165 6 0 62 11 103 107 104
Binary 11011010 11101000 1110101 110 0 110010 1001 1000011 1000111 1000100

Color Harmonies of #DAE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE875

Black with #DAE875

Text Example


Text Example

White with #DAE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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