Html Css Color HEX #DAE963 Mindaro

📋 copy color: '#DAE963'

red 218 ◦ green 233 ◦ blue 99

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

Shades of Mindaro #DAE963

Tints of Mindaro #DAE963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18%

R = 39.64%
G = 42.36%
B = 18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DAE963 (or 0xDAE963) is known color: Mindaro. HEX triplet: DA, E9 and 63. RGB value is (218,233,99). Sum of RGB (Red+Green+Blue) = 218+233+99=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 99 (39.06% from 255 or 18% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE963 is #25169C. Grayscale: #D5D5D5. Windows color (decimal): -2430621 or 6547930. OLE color: 6547930.

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

Color convert

RGB 218 233 99 -
CMYK 0.06 0 0.58 0.09
HSL 66.72º 0.75% 0.65% -
HSV(B) 66.72º 0.58% 0.91% -
XYZ 60.3 74.08 22.93 -
YUV 213.24 63.53 131.4 -
System Red Green Blue C M Y K H S L
Decimal 218 233 99 0.06 0 0.58 0.09 66.72 0.75 0.65
Hex DA E9 63 6 0 3A 9 43 4B 41
Octal 332 351 143 6 0 72 11 103 113 101
Binary 11011010 11101001 1100011 110 0 111010 1001 1000011 1001011 1000001

Color Harmonies of #DAE963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE963

Black with #DAE963

Text Example


Text Example

White with #DAE963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE963; }

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

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

background-color css

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

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

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

border-color css

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

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

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