Html Css Color HEX #DAE469 Mindaro

📋 copy color: '#DAE469'

red 218 ◦ green 228 ◦ blue 105

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

Shades of Mindaro #DAE469

Tints of Mindaro #DAE469

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.38%

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

R = 39.56%
G = 41.38%
B = 19.06%

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

#DAE469 (or 0xDAE469) is known color: Mindaro. HEX triplet: DA, E4 and 69. RGB value is (218,228,105). Sum of RGB (Red+Green+Blue) = 218+228+105=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 105 (41.41% from 255 or 19.06% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE469 is #251B96. Grayscale: #D3D3D3. Windows color (decimal): -2431895 or 6939866. OLE color: 6939866.

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

Color convert

RGB 218 228 105 -
CMYK 0.04 0 0.54 0.11
HSL 64.88º 0.69% 0.65% -
HSV(B) 64.88º 0.54% 0.89% -
XYZ 59.21 71.41 24.03 -
YUV 210.99 68.19 133 -
System Red Green Blue C M Y K H S L
Decimal 218 228 105 0.04 0 0.54 0.11 64.88 0.69 0.65
Hex DA E4 69 4 0 36 B 41 45 41
Octal 332 344 151 4 0 66 13 101 105 101
Binary 11011010 11100100 1101001 100 0 110110 1011 1000001 1000101 1000001

Color Harmonies of #DAE469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE469

Black with #DAE469

Text Example


Text Example

White with #DAE469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE469; }

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

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

background-color css

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

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

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

border-color css

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

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

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