Html Css Color HEX #DAE983 Mindaro

📋 copy color: '#DAE983'

red 218 ◦ green 233 ◦ blue 131

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

Shades of Mindaro #DAE983

Tints of Mindaro #DAE983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.51%

R = 37.46%
G = 40.03%
B = 22.51%

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

#DAE983 (or 0xDAE983) is known color: Mindaro. HEX triplet: DA, E9 and 83. RGB value is (218,233,131). Sum of RGB (Red+Green+Blue) = 218+233+131=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 233 (91.41% from 255 or 40.03% from 582); Blue value is 131 (51.56% from 255 or 22.51% from 582); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE983 is #25167C. Grayscale: #D9D9D9. Windows color (decimal): -2430589 or 8645082. OLE color: 8645082.

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

Color convert

RGB 218 233 131 -
CMYK 0.06 0 0.44 0.09
HSL 68.82º 0.7% 0.71% -
HSV(B) 68.82º 0.44% 0.91% -
XYZ 62.15 74.82 32.64 -
YUV 216.89 79.53 128.79 -
System Red Green Blue C M Y K H S L
Decimal 218 233 131 0.06 0 0.44 0.09 68.82 0.7 0.71
Hex DA E9 83 6 0 2C 9 45 46 47
Octal 332 351 203 6 0 54 11 105 106 107
Binary 11011010 11101001 10000011 110 0 101100 1001 1000101 1000110 1000111

Color Harmonies of #DAE983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE983

Black with #DAE983

Text Example


Text Example

White with #DAE983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE983; }

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

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

background-color css

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

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

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

border-color css

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

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

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