Html Css Color HEX #DAE867 Mindaro

📋 copy color: '#DAE867'

red 218 ◦ green 232 ◦ blue 103

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

Shades of Mindaro #DAE867

Tints of Mindaro #DAE867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.63%

R = 39.42%
G = 41.95%
B = 18.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DAE867 (or 0xDAE867) is known color: Mindaro. HEX triplet: DA, E8 and 67. RGB value is (218,232,103). Sum of RGB (Red+Green+Blue) = 218+232+103=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 103 (40.62% from 255 or 18.63% from 553); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE867 is #251798. Grayscale: #D5D5D5. Windows color (decimal): -2430873 or 6809818. OLE color: 6809818.

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

Color convert

RGB 218 232 103 -
CMYK 0.06 0 0.56 0.09
HSL 66.51º 0.74% 0.66% -
HSV(B) 66.51º 0.56% 0.91% -
XYZ 60.22 73.6 23.86 -
YUV 213.11 65.86 131.49 -
System Red Green Blue C M Y K H S L
Decimal 218 232 103 0.06 0 0.56 0.09 66.51 0.74 0.66
Hex DA E8 67 6 0 38 9 43 4A 42
Octal 332 350 147 6 0 70 11 103 112 102
Binary 11011010 11101000 1100111 110 0 111000 1001 1000011 1001010 1000010

Color Harmonies of #DAE867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE867

Black with #DAE867

Text Example


Text Example

White with #DAE867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE867; }

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

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

background-color css

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

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

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

border-color css

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

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

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