Html Css Color HEX #DAE35F Mindaro

📋 copy color: '#DAE35F'

red 218 ◦ green 227 ◦ blue 95

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

Shades of Mindaro #DAE35F

Tints of Mindaro #DAE35F

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.04%

 BLUE value IS 95 (37.5% from 255) = 17.59%

R = 40.37%
G = 42.04%
B = 17.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#DAE35F (or 0xDAE35F) is known color: Mindaro. HEX triplet: DA, E3 and 5F. RGB value is (218,227,95). Sum of RGB (Red+Green+Blue) = 218+227+95=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 227 (89.06% from 255 or 42.04% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE35F is #251CA0. Grayscale: #D1D1D1. Windows color (decimal): -2432161 or 6284250. OLE color: 6284250.

HSL color Cylindrical-coordinate representation of color #DAE35F: hue angle of 64.09º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE35F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 227 95 -
CMYK 0.04 0 0.58 0.11
HSL 64.09º 0.7% 0.63% -
HSV(B) 64.09º 0.58% 0.89% -
XYZ 58.45 70.67 21.39 -
YUV 209.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 218 227 95 0.04 0 0.58 0.11 64.09 0.7 0.63
Hex DA E3 5F 4 0 3A B 40 46 3F
Octal 332 343 137 4 0 72 13 100 106 77
Binary 11011010 11100011 1011111 100 0 111010 1011 1000000 1000110 111111

Color Harmonies of #DAE35F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE35F

Black with #DAE35F

Text Example


Text Example

White with #DAE35F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE35F; }

 p { color: rgb(218,227,95); }

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

background-color css

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

 a { background-color: rgb(218,227,95); }

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

border-color css

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

 span { border-color: rgb(218,227,95); }

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