Html Css Color HEX #DAE684 Mindaro

📋 copy color: '#DAE684'

red 218 ◦ green 230 ◦ blue 132

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

Shades of Mindaro #DAE684

Tints of Mindaro #DAE684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.76%

R = 37.59%
G = 39.66%
B = 22.76%

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

#DAE684 (or 0xDAE684) is known color: Mindaro. HEX triplet: DA, E6 and 84. RGB value is (218,230,132). Sum of RGB (Red+Green+Blue) = 218+230+132=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE684 is #25197B. Grayscale: #D7D7D7. Windows color (decimal): -2431356 or 8709850. OLE color: 8709850.

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

Color convert

RGB 218 230 132 -
CMYK 0.05 0 0.43 0.10
HSL 67.35º 0.66% 0.71% -
HSV(B) 67.35º 0.43% 0.9% -
XYZ 61.38 73.17 32.72 -
YUV 215.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 218 230 132 0.05 0 0.43 0.10 67.35 0.66 0.71
Hex DA E6 84 5 0 2B A 43 42 47
Octal 332 346 204 5 0 53 12 103 102 107
Binary 11011010 11100110 10000100 101 0 101011 1010 1000011 1000010 1000111

Color Harmonies of #DAE684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE684

Black with #DAE684

Text Example


Text Example

White with #DAE684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE684; }

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

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

background-color css

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

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

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

border-color css

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

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

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