Html Css Color HEX #DAE75D Mindaro

📋 copy color: '#DAE75D'

red 218 ◦ green 231 ◦ blue 93

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

Shades of Mindaro #DAE75D

Tints of Mindaro #DAE75D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 42.62%

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

R = 40.22%
G = 42.62%
B = 17.16%

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

#DAE75D (or 0xDAE75D) is known color: Mindaro. HEX triplet: DA, E7 and 5D. RGB value is (218,231,93). Sum of RGB (Red+Green+Blue) = 218+231+93=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 93 (36.72% from 255 or 17.16% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE75D is #2518A2. Grayscale: #D3D3D3. Windows color (decimal): -2431139 or 6154202. OLE color: 6154202.

HSL color Cylindrical-coordinate representation of color #DAE75D: hue angle of 65.65º degrees, saturation: 0.74, 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 #DAE75D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 93 -
CMYK 0.06 0 0.60 0.09
HSL 65.65º 0.74% 0.64% -
HSV(B) 65.65º 0.6% 0.91% -
XYZ 59.47 72.85 21.28 -
YUV 211.38 61.19 132.72 -
System Red Green Blue C M Y K H S L
Decimal 218 231 93 0.06 0 0.60 0.09 65.65 0.74 0.64
Hex DA E7 5D 6 0 3C 9 42 4A 40
Octal 332 347 135 6 0 74 11 102 112 100
Binary 11011010 11100111 1011101 110 0 111100 1001 1000010 1001010 1000000

Color Harmonies of #DAE75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE75D

Black with #DAE75D

Text Example


Text Example

White with #DAE75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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