Html Css Color HEX #DAE972 Mindaro

📋 copy color: '#DAE972'

red 218 ◦ green 233 ◦ blue 114

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

Shades of Mindaro #DAE972

Tints of Mindaro #DAE972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.18%

R = 38.58%
G = 41.24%
B = 20.18%

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

#DAE972 (or 0xDAE972) is known color: Mindaro. HEX triplet: DA, E9 and 72. RGB value is (218,233,114). Sum of RGB (Red+Green+Blue) = 218+233+114=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE972 is #25168D. Grayscale: #D7D7D7. Windows color (decimal): -2430606 or 7530970. OLE color: 7530970.

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

Color convert

RGB 218 233 114 -
CMYK 0.06 0 0.51 0.09
HSL 67.56º 0.73% 0.68% -
HSV(B) 67.56º 0.51% 0.91% -
XYZ 61.09 74.4 27.06 -
YUV 214.95 71.03 130.18 -
System Red Green Blue C M Y K H S L
Decimal 218 233 114 0.06 0 0.51 0.09 67.56 0.73 0.68
Hex DA E9 72 6 0 33 9 44 49 44
Octal 332 351 162 6 0 63 11 104 111 104
Binary 11011010 11101001 1110010 110 0 110011 1001 1000100 1001001 1000100

Color Harmonies of #DAE972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE972

Black with #DAE972

Text Example


Text Example

White with #DAE972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE972; }

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

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

background-color css

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

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

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

border-color css

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

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

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