Html Css Color HEX #DAE46B Mindaro

📋 copy color: '#DAE46B'

red 218 ◦ green 228 ◦ blue 107

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

Shades of Mindaro #DAE46B

Tints of Mindaro #DAE46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.35%

R = 39.42%
G = 41.23%
B = 19.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#DAE46B (or 0xDAE46B) is known color: Mindaro. HEX triplet: DA, E4 and 6B. RGB value is (218,228,107). Sum of RGB (Red+Green+Blue) = 218+228+107=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 228 (89.45% from 255 or 41.23% from 553); Blue value is 107 (42.19% from 255 or 19.35% from 553); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE46B is #251B94. Grayscale: #D3D3D3. Windows color (decimal): -2431893 or 7070938. OLE color: 7070938.

HSL color Cylindrical-coordinate representation of color #DAE46B: hue angle of 64.96º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAE46B is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 228 107 -
CMYK 0.04 0 0.53 0.11
HSL 64.96º 0.69% 0.66% -
HSV(B) 64.96º 0.53% 0.89% -
XYZ 59.31 71.45 24.58 -
YUV 211.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 218 228 107 0.04 0 0.53 0.11 64.96 0.69 0.66
Hex DA E4 6B 4 0 35 B 41 45 42
Octal 332 344 153 4 0 65 13 101 105 102
Binary 11011010 11100100 1101011 100 0 110101 1011 1000001 1000101 1000010

Color Harmonies of #DAE46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE46B

Black with #DAE46B

Text Example


Text Example

White with #DAE46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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