Html Css Color HEX #DAE663 Mindaro

📋 copy color: '#DAE663'

red 218 ◦ green 230 ◦ blue 99

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

Shades of Mindaro #DAE663

Tints of Mindaro #DAE663

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.05%

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

R = 39.85%
G = 42.05%
B = 18.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#DAE663 (or 0xDAE663) is known color: Mindaro. HEX triplet: DA, E6 and 63. RGB value is (218,230,99). Sum of RGB (Red+Green+Blue) = 218+230+99=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE663 is #25199C. Grayscale: #D3D3D3. Windows color (decimal): -2431389 or 6547162. OLE color: 6547162.

HSL color Cylindrical-coordinate representation of color #DAE663: hue angle of 65.5º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAE663 is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 99 -
CMYK 0.05 0 0.57 0.10
HSL 65.5º 0.72% 0.65% -
HSV(B) 65.5º 0.57% 0.9% -
XYZ 59.46 72.4 22.64 -
YUV 211.48 64.52 132.65 -
System Red Green Blue C M Y K H S L
Decimal 218 230 99 0.05 0 0.57 0.10 65.5 0.72 0.65
Hex DA E6 63 5 0 39 A 41 48 41
Octal 332 346 143 5 0 71 12 101 110 101
Binary 11011010 11100110 1100011 101 0 111001 1010 1000001 1001000 1000001

Color Harmonies of #DAE663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE663

Black with #DAE663

Text Example


Text Example

White with #DAE663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE663; }

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

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

background-color css

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

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

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

border-color css

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

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

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