Html Css Color HEX #DAE267 Mindaro

📋 copy color: '#DAE267'

red 218 ◦ green 226 ◦ blue 103

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

Shades of Mindaro #DAE267

Tints of Mindaro #DAE267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.83%

R = 39.85%
G = 41.32%
B = 18.83%

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

#DAE267 (or 0xDAE267) is known color: Mindaro. HEX triplet: DA, E2 and 67. RGB value is (218,226,103). Sum of RGB (Red+Green+Blue) = 218+226+103=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 103 (40.62% from 255 or 18.83% from 547); Max value from RGB is 226 - color contains mainly: green. Hex color #DAE267 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE267 is #251D98. Grayscale: #D2D2D2. Windows color (decimal): -2432409 or 6808282. OLE color: 6808282.

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

Color convert

RGB 218 226 103 -
CMYK 0.04 0 0.54 0.11
HSL 63.9º 0.68% 0.65% -
HSV(B) 63.9º 0.54% 0.89% -
XYZ 58.56 70.28 23.31 -
YUV 209.59 67.85 134 -
System Red Green Blue C M Y K H S L
Decimal 218 226 103 0.04 0 0.54 0.11 63.9 0.68 0.65
Hex DA E2 67 4 0 36 B 40 44 41
Octal 332 342 147 4 0 66 13 100 104 101
Binary 11011010 11100010 1100111 100 0 110110 1011 1000000 1000100 1000001

Color Harmonies of #DAE267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE267

Black with #DAE267

Text Example


Text Example

White with #DAE267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE267; }

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

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

background-color css

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

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

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

border-color css

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

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

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