Html Css Color HEX #DAE369 Mindaro

📋 copy color: '#DAE369'

red 218 ◦ green 227 ◦ blue 105

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

Shades of Mindaro #DAE369

Tints of Mindaro #DAE369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.09%

R = 39.64%
G = 41.27%
B = 19.09%

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

#DAE369 (or 0xDAE369) is known color: Mindaro. HEX triplet: DA, E3 and 69. RGB value is (218,227,105). Sum of RGB (Red+Green+Blue) = 218+227+105=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 227 (89.06% from 255 or 41.27% from 550); Blue value is 105 (41.41% from 255 or 19.09% from 550); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE369 is #251C96. Grayscale: #D2D2D2. Windows color (decimal): -2432151 or 6939610. OLE color: 6939610.

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

Color convert

RGB 218 227 105 -
CMYK 0.04 0 0.54 0.11
HSL 64.43º 0.69% 0.65% -
HSV(B) 64.43º 0.54% 0.89% -
XYZ 58.93 70.86 23.94 -
YUV 210.4 68.52 133.42 -
System Red Green Blue C M Y K H S L
Decimal 218 227 105 0.04 0 0.54 0.11 64.43 0.69 0.65
Hex DA E3 69 4 0 36 B 40 45 41
Octal 332 343 151 4 0 66 13 100 105 101
Binary 11011010 11100011 1101001 100 0 110110 1011 1000000 1000101 1000001

Color Harmonies of #DAE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE369

Black with #DAE369

Text Example


Text Example

White with #DAE369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE369; }

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

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

background-color css

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

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

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

border-color css

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

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

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