Html Css Color HEX #DAE681 Mindaro

📋 copy color: '#DAE681'

red 218 ◦ green 230 ◦ blue 129

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

Shades of Mindaro #DAE681

Tints of Mindaro #DAE681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.36%

R = 37.78%
G = 39.86%
B = 22.36%

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

#DAE681 (or 0xDAE681) is known color: Mindaro. HEX triplet: DA, E6 and 81. RGB value is (218,230,129). Sum of RGB (Red+Green+Blue) = 218+230+129=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE681 is #25197E. Grayscale: #D7D7D7. Windows color (decimal): -2431359 or 8513242. OLE color: 8513242.

HSL color Cylindrical-coordinate representation of color #DAE681: hue angle of 67.13º 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 #DAE681 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 129 -
CMYK 0.05 0 0.44 0.10
HSL 67.13º 0.67% 0.7% -
HSV(B) 67.13º 0.44% 0.9% -
XYZ 61.17 73.08 31.65 -
YUV 214.9 79.52 130.21 -
System Red Green Blue C M Y K H S L
Decimal 218 230 129 0.05 0 0.44 0.10 67.13 0.67 0.7
Hex DA E6 81 5 0 2C A 43 43 46
Octal 332 346 201 5 0 54 12 103 103 106
Binary 11011010 11100110 10000001 101 0 101100 1010 1000011 1000011 1000110

Color Harmonies of #DAE681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE681

Black with #DAE681

Text Example


Text Example

White with #DAE681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE681; }

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

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

background-color css

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

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

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

border-color css

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

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

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