Html Css Color HEX #DAE264 Mindaro

📋 copy color: '#DAE264'

red 218 ◦ green 226 ◦ blue 100

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

Shades of Mindaro #DAE264

Tints of Mindaro #DAE264

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 40.07%
G = 41.54%
B = 18.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DAE264 (or 0xDAE264) is known color: Mindaro. HEX triplet: DA, E2 and 64. RGB value is (218,226,100). Sum of RGB (Red+Green+Blue) = 218+226+100=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE264 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE264 is #251D9B. Grayscale: #D1D1D1. Windows color (decimal): -2432412 or 6611674. OLE color: 6611674.

HSL color Cylindrical-coordinate representation of color #DAE264: hue angle of 63.81º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAE264 is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 100 -
CMYK 0.04 0 0.56 0.11
HSL 63.81º 0.68% 0.64% -
HSV(B) 63.81º 0.56% 0.89% -
XYZ 58.41 70.22 22.53 -
YUV 209.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 218 226 100 0.04 0 0.56 0.11 63.81 0.68 0.64
Hex DA E2 64 4 0 38 B 40 44 40
Octal 332 342 144 4 0 70 13 100 104 100
Binary 11011010 11100010 1100100 100 0 111000 1011 1000000 1000100 1000000

Color Harmonies of #DAE264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE264

Black with #DAE264

Text Example


Text Example

White with #DAE264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE264; }

 p { color: rgb(218,226,100); }

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

background-color css

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

 a { background-color: rgb(218,226,100); }

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

border-color css

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

 span { border-color: rgb(218,226,100); }

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