Html Css Color HEX #DAE973 Mindaro

📋 copy color: '#DAE973'

red 218 ◦ green 233 ◦ blue 115

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

Shades of Mindaro #DAE973

Tints of Mindaro #DAE973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.32%

R = 38.52%
G = 41.17%
B = 20.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DAE973 (or 0xDAE973) is known color: Mindaro. HEX triplet: DA, E9 and 73. RGB value is (218,233,115). Sum of RGB (Red+Green+Blue) = 218+233+115=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 115 (45.31% from 255 or 20.32% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE973 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE973 is #25168C. Grayscale: #D7D7D7. Windows color (decimal): -2430605 or 7596506. OLE color: 7596506.

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

Color convert

RGB 218 233 115 -
CMYK 0.06 0 0.51 0.09
HSL 67.63º 0.73% 0.68% -
HSV(B) 67.63º 0.51% 0.91% -
XYZ 61.15 74.42 27.36 -
YUV 215.06 71.53 130.09 -
System Red Green Blue C M Y K H S L
Decimal 218 233 115 0.06 0 0.51 0.09 67.63 0.73 0.68
Hex DA E9 73 6 0 33 9 44 49 44
Octal 332 351 163 6 0 63 11 104 111 104
Binary 11011010 11101001 1110011 110 0 110011 1001 1000100 1001001 1000100

Color Harmonies of #DAE973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE973

Black with #DAE973

Text Example


Text Example

White with #DAE973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE973; }

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

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

background-color css

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

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

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

border-color css

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

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

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