Html Css Color HEX #DAE669 Mindaro

📋 copy color: '#DAE669'

red 218 ◦ green 230 ◦ blue 105

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

Shades of Mindaro #DAE669

Tints of Mindaro #DAE669

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.59%

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

R = 39.42%
G = 41.59%
B = 18.99%

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

#DAE669 (or 0xDAE669) is known color: Mindaro. HEX triplet: DA, E6 and 69. RGB value is (218,230,105). Sum of RGB (Red+Green+Blue) = 218+230+105=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 105 (41.41% from 255 or 18.99% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE669 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE669 is #251996. Grayscale: #D4D4D4. Windows color (decimal): -2431383 or 6940378. OLE color: 6940378.

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

Color convert

RGB 218 230 105 -
CMYK 0.05 0 0.54 0.10
HSL 65.76º 0.71% 0.66% -
HSV(B) 65.76º 0.54% 0.9% -
XYZ 59.76 72.52 24.21 -
YUV 212.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 218 230 105 0.05 0 0.54 0.10 65.76 0.71 0.66
Hex DA E6 69 5 0 36 A 42 47 42
Octal 332 346 151 5 0 66 12 102 107 102
Binary 11011010 11100110 1101001 101 0 110110 1010 1000010 1000111 1000010

Color Harmonies of #DAE669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE669

Black with #DAE669

Text Example


Text Example

White with #DAE669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE669; }

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

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

background-color css

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

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

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

border-color css

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

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

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