Html Css Color HEX #DAE95D Mindaro

📋 copy color: '#DAE95D'

red 218 ◦ green 233 ◦ blue 93

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

Shades of Mindaro #DAE95D

Tints of Mindaro #DAE95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.1%

R = 40.07%
G = 42.83%
B = 17.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#DAE95D (or 0xDAE95D) is known color: Mindaro. HEX triplet: DA, E9 and 5D. RGB value is (218,233,93). Sum of RGB (Red+Green+Blue) = 218+233+93=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 93 (36.72% from 255 or 17.10% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE95D is #2516A2. Grayscale: #D5D5D5. Windows color (decimal): -2430627 or 6154714. OLE color: 6154714.

HSL color Cylindrical-coordinate representation of color #DAE95D: hue angle of 66.43º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DAE95D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 93 -
CMYK 0.06 0 0.60 0.09
HSL 66.43º 0.76% 0.64% -
HSV(B) 66.43º 0.6% 0.91% -
XYZ 60.03 73.97 21.47 -
YUV 212.56 60.53 131.88 -
System Red Green Blue C M Y K H S L
Decimal 218 233 93 0.06 0 0.60 0.09 66.43 0.76 0.64
Hex DA E9 5D 6 0 3C 9 42 4C 40
Octal 332 351 135 6 0 74 11 102 114 100
Binary 11011010 11101001 1011101 110 0 111100 1001 1000010 1001100 1000000

Color Harmonies of #DAE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE95D

Black with #DAE95D

Text Example


Text Example

White with #DAE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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