Html Css Color HEX #DAE268 Mindaro

📋 copy color: '#DAE268'

red 218 ◦ green 226 ◦ blue 104

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

Shades of Mindaro #DAE268

Tints of Mindaro #DAE268

RGB

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

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

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

R = 39.78%
G = 41.24%
B = 18.98%

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

#DAE268 (or 0xDAE268) is known color: Mindaro. HEX triplet: DA, E2 and 68. RGB value is (218,226,104). Sum of RGB (Red+Green+Blue) = 218+226+104=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE268 is #251D97. Grayscale: #D2D2D2. Windows color (decimal): -2432408 or 6873818. OLE color: 6873818.

HSL color Cylindrical-coordinate representation of color #DAE268: hue angle of 63.93º degrees, saturation: 0.68, 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 #DAE268 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 226 104 -
CMYK 0.04 0 0.54 0.11
HSL 63.93º 0.68% 0.65% -
HSV(B) 63.93º 0.54% 0.89% -
XYZ 58.61 70.3 23.58 -
YUV 209.7 68.35 133.92 -
System Red Green Blue C M Y K H S L
Decimal 218 226 104 0.04 0 0.54 0.11 63.93 0.68 0.65
Hex DA E2 68 4 0 36 B 40 44 41
Octal 332 342 150 4 0 66 13 100 104 101
Binary 11011010 11100010 1101000 100 0 110110 1011 1000000 1000100 1000001

Color Harmonies of #DAE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE268

Black with #DAE268

Text Example


Text Example

White with #DAE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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