Html Css Color HEX #DAE971 Mindaro

📋 copy color: '#DAE971'

red 218 ◦ green 233 ◦ blue 113

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

Shades of Mindaro #DAE971

Tints of Mindaro #DAE971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.04%

R = 38.65%
G = 41.31%
B = 20.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#DAE971 (or 0xDAE971) is known color: Mindaro. HEX triplet: DA, E9 and 71. RGB value is (218,233,113). Sum of RGB (Red+Green+Blue) = 218+233+113=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE971 is #25168E. Grayscale: #D7D7D7. Windows color (decimal): -2430607 or 7465434. OLE color: 7465434.

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

Color convert

RGB 218 233 113 -
CMYK 0.06 0 0.52 0.09
HSL 67.5º 0.73% 0.68% -
HSV(B) 67.5º 0.52% 0.91% -
XYZ 61.03 74.38 26.76 -
YUV 214.84 70.53 130.26 -
System Red Green Blue C M Y K H S L
Decimal 218 233 113 0.06 0 0.52 0.09 67.5 0.73 0.68
Hex DA E9 71 6 0 34 9 44 49 44
Octal 332 351 161 6 0 64 11 104 111 104
Binary 11011010 11101001 1110001 110 0 110100 1001 1000100 1001001 1000100

Color Harmonies of #DAE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE971

Black with #DAE971

Text Example


Text Example

White with #DAE971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE971; }

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

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

background-color css

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

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

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

border-color css

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

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

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