Html Css Color HEX #DAE769 Mindaro

📋 copy color: '#DAE769'

red 218 ◦ green 231 ◦ blue 105

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

Shades of Mindaro #DAE769

Tints of Mindaro #DAE769

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.7%

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

R = 39.35%
G = 41.7%
B = 18.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#DAE769 (or 0xDAE769) is known color: Mindaro. HEX triplet: DA, E7 and 69. RGB value is (218,231,105). Sum of RGB (Red+Green+Blue) = 218+231+105=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 105 (41.41% from 255 or 18.95% from 554); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE769 is #251896. Grayscale: #D5D5D5. Windows color (decimal): -2431127 or 6940634. OLE color: 6940634.

HSL color Cylindrical-coordinate representation of color #DAE769: hue angle of 66.19º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DAE769 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 231 105 -
CMYK 0.06 0 0.55 0.09
HSL 66.19º 0.72% 0.66% -
HSV(B) 66.19º 0.55% 0.91% -
XYZ 60.04 73.08 24.31 -
YUV 212.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 218 231 105 0.06 0 0.55 0.09 66.19 0.72 0.66
Hex DA E7 69 6 0 37 9 42 48 42
Octal 332 347 151 6 0 67 11 102 110 102
Binary 11011010 11100111 1101001 110 0 110111 1001 1000010 1001000 1000010

Color Harmonies of #DAE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE769

Black with #DAE769

Text Example


Text Example

White with #DAE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE769; }

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

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

background-color css

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

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

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

border-color css

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

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

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