Html Css Color HEX #DAE378 Mindaro

📋 copy color: '#DAE378'

red 218 ◦ green 227 ◦ blue 120

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

Shades of Mindaro #DAE378

Tints of Mindaro #DAE378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 40.18%

 BLUE value IS 120 (47.27% from 255) = 21.24%

R = 38.58%
G = 40.18%
B = 21.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#DAE378 (or 0xDAE378) is known color: Mindaro. HEX triplet: DA, E3 and 78. RGB value is (218,227,120). Sum of RGB (Red+Green+Blue) = 218+227+120=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 120 (47.27% from 255 or 21.24% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE378 is #251C87. Grayscale: #D4D4D4. Windows color (decimal): -2432136 or 7922650. OLE color: 7922650.

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

Color convert

RGB 218 227 120 -
CMYK 0.04 0 0.47 0.11
HSL 65.05º 0.66% 0.68% -
HSV(B) 65.05º 0.47% 0.89% -
XYZ 59.77 71.2 28.36 -
YUV 212.11 76.02 132.2 -
System Red Green Blue C M Y K H S L
Decimal 218 227 120 0.04 0 0.47 0.11 65.05 0.66 0.68
Hex DA E3 78 4 0 2F B 41 42 44
Octal 332 343 170 4 0 57 13 101 102 104
Binary 11011010 11100011 1111000 100 0 101111 1011 1000001 1000010 1000100

Color Harmonies of #DAE378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE378

Black with #DAE378

Text Example


Text Example

White with #DAE378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE378; }

 p { color: rgb(218,227,120); }

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

background-color css

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

 a { background-color: rgb(218,227,120); }

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

border-color css

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

 span { border-color: rgb(218,227,120); }

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