Html Css Color HEX #DAE569 Mindaro

📋 copy color: '#DAE569'

red 218 ◦ green 229 ◦ blue 105

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

Shades of Mindaro #DAE569

Tints of Mindaro #DAE569

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.49%

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

R = 39.49%
G = 41.49%
B = 19.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#DAE569 (or 0xDAE569) is known color: Mindaro. HEX triplet: DA, E5 and 69. RGB value is (218,229,105). Sum of RGB (Red+Green+Blue) = 218+229+105=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 105 (41.41% from 255 or 19.02% from 552); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE569 is #251A96. Grayscale: #D4D4D4. Windows color (decimal): -2431639 or 6940122. OLE color: 6940122.

HSL color Cylindrical-coordinate representation of color #DAE569: hue angle of 65.32º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAE569 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 229 105 -
CMYK 0.05 0 0.54 0.10
HSL 65.32º 0.7% 0.65% -
HSV(B) 65.32º 0.54% 0.9% -
XYZ 59.48 71.96 24.12 -
YUV 211.58 67.86 132.58 -
System Red Green Blue C M Y K H S L
Decimal 218 229 105 0.05 0 0.54 0.10 65.32 0.7 0.65
Hex DA E5 69 5 0 36 A 41 46 41
Octal 332 345 151 5 0 66 12 101 106 101
Binary 11011010 11100101 1101001 101 0 110110 1010 1000001 1000110 1000001

Color Harmonies of #DAE569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE569

Black with #DAE569

Text Example


Text Example

White with #DAE569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE569; }

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

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

background-color css

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

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

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

border-color css

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

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

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