Html Css Color HEX #DAE683 Mindaro

📋 copy color: '#DAE683'

red 218 ◦ green 230 ◦ blue 131

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

Shades of Mindaro #DAE683

Tints of Mindaro #DAE683

RGB

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

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

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

R = 37.65%
G = 39.72%
B = 22.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#DAE683 (or 0xDAE683) is known color: Mindaro. HEX triplet: DA, E6 and 83. RGB value is (218,230,131). Sum of RGB (Red+Green+Blue) = 218+230+131=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 230 (90.23% from 255 or 39.72% from 579); Blue value is 131 (51.56% from 255 or 22.63% from 579); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE683 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE683 is #25197C. Grayscale: #D7D7D7. Windows color (decimal): -2431357 or 8644314. OLE color: 8644314.

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

Color convert

RGB 218 230 131 -
CMYK 0.05 0 0.43 0.10
HSL 67.27º 0.66% 0.71% -
HSV(B) 67.27º 0.43% 0.9% -
XYZ 61.31 73.14 32.36 -
YUV 215.13 80.52 130.05 -
System Red Green Blue C M Y K H S L
Decimal 218 230 131 0.05 0 0.43 0.10 67.27 0.66 0.71
Hex DA E6 83 5 0 2B A 43 42 47
Octal 332 346 203 5 0 53 12 103 102 107
Binary 11011010 11100110 10000011 101 0 101011 1010 1000011 1000010 1000111

Color Harmonies of #DAE683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE683

Black with #DAE683

Text Example


Text Example

White with #DAE683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE683; }

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

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

background-color css

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

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

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

border-color css

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

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

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