Html Css Color HEX #DAE982 Mindaro

📋 copy color: '#DAE982'

red 218 ◦ green 233 ◦ blue 130

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

Shades of Mindaro #DAE982

Tints of Mindaro #DAE982

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.1%

 BLUE value IS 130 (51.17% from 255) = 22.38%

R = 37.52%
G = 40.1%
B = 22.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DAE982 (or 0xDAE982) is known color: Mindaro. HEX triplet: DA, E9 and 82. RGB value is (218,233,130). Sum of RGB (Red+Green+Blue) = 218+233+130=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE982 is #25167D. Grayscale: #D9D9D9. Windows color (decimal): -2430590 or 8579546. OLE color: 8579546.

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

Color convert

RGB 218 233 130 -
CMYK 0.06 0 0.44 0.09
HSL 68.74º 0.7% 0.71% -
HSV(B) 68.74º 0.44% 0.91% -
XYZ 62.08 74.79 32.28 -
YUV 216.77 79.03 128.88 -
System Red Green Blue C M Y K H S L
Decimal 218 233 130 0.06 0 0.44 0.09 68.74 0.7 0.71
Hex DA E9 82 6 0 2C 9 45 46 47
Octal 332 351 202 6 0 54 11 105 106 107
Binary 11011010 11101001 10000010 110 0 101100 1001 1000101 1000110 1000111

Color Harmonies of #DAE982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE982

Black with #DAE982

Text Example


Text Example

White with #DAE982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE982; }

 p { color: rgb(218,233,130); }

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

background-color css

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

 a { background-color: rgb(218,233,130); }

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

border-color css

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

 span { border-color: rgb(218,233,130); }

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