Html Css Color HEX #DAE680 Mindaro

📋 copy color: '#DAE680'

red 218 ◦ green 230 ◦ blue 128

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

Shades of Mindaro #DAE680

Tints of Mindaro #DAE680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.22%

R = 37.85%
G = 39.93%
B = 22.22%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#DAE680 (or 0xDAE680) is known color: Mindaro. HEX triplet: DA, E6 and 80. RGB value is (218,230,128). Sum of RGB (Red+Green+Blue) = 218+230+128=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 230 (90.23% from 255 or 39.93% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE680 is #25197F. Grayscale: #D7D7D7. Windows color (decimal): -2431360 or 8447706. OLE color: 8447706.

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

Color convert

RGB 218 230 128 -
CMYK 0.05 0 0.44 0.10
HSL 67.06º 0.67% 0.7% -
HSV(B) 67.06º 0.44% 0.9% -
XYZ 61.11 73.06 31.3 -
YUV 214.78 79.02 130.29 -
System Red Green Blue C M Y K H S L
Decimal 218 230 128 0.05 0 0.44 0.10 67.06 0.67 0.7
Hex DA E6 80 5 0 2C A 43 43 46
Octal 332 346 200 5 0 54 12 103 103 106
Binary 11011010 11100110 10000000 101 0 101100 1010 1000011 1000011 1000110

Color Harmonies of #DAE680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE680

Black with #DAE680

Text Example


Text Example

White with #DAE680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE680; }

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

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

background-color css

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

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

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

border-color css

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

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

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