Html Css Color HEX #DAE368 Mindaro

📋 copy color: '#DAE368'

red 218 ◦ green 227 ◦ blue 104

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

Shades of Mindaro #DAE368

Tints of Mindaro #DAE368

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.35%

 BLUE value IS 104 (41.02% from 255) = 18.94%

R = 39.71%
G = 41.35%
B = 18.94%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#DAE368 (or 0xDAE368) is known color: Mindaro. HEX triplet: DA, E3 and 68. RGB value is (218,227,104). Sum of RGB (Red+Green+Blue) = 218+227+104=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 104 (41.02% from 255 or 18.94% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE368 is #251C97. Grayscale: #D2D2D2. Windows color (decimal): -2432152 or 6874074. OLE color: 6874074.

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

Color convert

RGB 218 227 104 -
CMYK 0.04 0 0.54 0.11
HSL 64.39º 0.69% 0.65% -
HSV(B) 64.39º 0.54% 0.89% -
XYZ 58.88 70.84 23.67 -
YUV 210.29 68.02 133.5 -
System Red Green Blue C M Y K H S L
Decimal 218 227 104 0.04 0 0.54 0.11 64.39 0.69 0.65
Hex DA E3 68 4 0 36 B 40 45 41
Octal 332 343 150 4 0 66 13 100 105 101
Binary 11011010 11100011 1101000 100 0 110110 1011 1000000 1000101 1000001

Color Harmonies of #DAE368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE368

Black with #DAE368

Text Example


Text Example

White with #DAE368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE368; }

 p { color: rgb(218,227,104); }

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

background-color css

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

 a { background-color: rgb(218,227,104); }

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

border-color css

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

 span { border-color: rgb(218,227,104); }

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