Html Css Color HEX #DAE67E Mindaro

📋 copy color: '#DAE67E'

red 218 ◦ green 230 ◦ blue 126

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

Shades of Mindaro #DAE67E

Tints of Mindaro #DAE67E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 40.07%

 BLUE value IS 126 (49.61% from 255) = 21.95%

R = 37.98%
G = 40.07%
B = 21.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#DAE67E (or 0xDAE67E) is known color: Mindaro. HEX triplet: DA, E6 and 7E. RGB value is (218,230,126). Sum of RGB (Red+Green+Blue) = 218+230+126=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 230 (90.23% from 255 or 40.07% from 574); Blue value is 126 (49.61% from 255 or 21.95% from 574); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE67E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE67E is #251981. Grayscale: #D6D6D6. Windows color (decimal): -2431362 or 8316634. OLE color: 8316634.

HSL color Cylindrical-coordinate representation of color #DAE67E: hue angle of 66.92º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE67E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 126 -
CMYK 0.05 0 0.45 0.10
HSL 66.92º 0.68% 0.7% -
HSV(B) 66.92º 0.45% 0.9% -
XYZ 60.98 73.01 30.62 -
YUV 214.56 78.02 130.46 -
System Red Green Blue C M Y K H S L
Decimal 218 230 126 0.05 0 0.45 0.10 66.92 0.68 0.7
Hex DA E6 7E 5 0 2D A 43 44 46
Octal 332 346 176 5 0 55 12 103 104 106
Binary 11011010 11100110 1111110 101 0 101101 1010 1000011 1000100 1000110

Color Harmonies of #DAE67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE67E

Black with #DAE67E

Text Example


Text Example

White with #DAE67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE67E; }

 p { color: rgb(218,230,126); }

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

background-color css

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

 a { background-color: rgb(218,230,126); }

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

border-color css

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

 span { border-color: rgb(218,230,126); }

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