Html Css Color HEX #DAE95B Mindaro

📋 copy color: '#DAE95B'

red 218 ◦ green 233 ◦ blue 91

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

Shades of Mindaro #DAE95B

Tints of Mindaro #DAE95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.79%

R = 40.22%
G = 42.99%
B = 16.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#DAE95B (or 0xDAE95B) is known color: Mindaro. HEX triplet: DA, E9 and 5B. RGB value is (218,233,91). Sum of RGB (Red+Green+Blue) = 218+233+91=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE95B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE95B is #2516A4. Grayscale: #D4D4D4. Windows color (decimal): -2430629 or 6023642. OLE color: 6023642.

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

Color convert

RGB 218 233 91 -
CMYK 0.06 0 0.61 0.09
HSL 66.34º 0.76% 0.64% -
HSV(B) 66.34º 0.61% 0.91% -
XYZ 59.94 73.94 21.01 -
YUV 212.33 59.53 132.05 -
System Red Green Blue C M Y K H S L
Decimal 218 233 91 0.06 0 0.61 0.09 66.34 0.76 0.64
Hex DA E9 5B 6 0 3D 9 42 4C 40
Octal 332 351 133 6 0 75 11 102 114 100
Binary 11011010 11101001 1011011 110 0 111101 1001 1000010 1001100 1000000

Color Harmonies of #DAE95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE95B

Black with #DAE95B

Text Example


Text Example

White with #DAE95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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