Html Css Color HEX #DAE674 Mindaro

📋 copy color: '#DAE674'

red 218 ◦ green 230 ◦ blue 116

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

Shades of Mindaro #DAE674

Tints of Mindaro #DAE674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.57%

R = 38.65%
G = 40.78%
B = 20.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#DAE674 (or 0xDAE674) is known color: Mindaro. HEX triplet: DA, E6 and 74. RGB value is (218,230,116). Sum of RGB (Red+Green+Blue) = 218+230+116=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE674 is #25198B. Grayscale: #D5D5D5. Windows color (decimal): -2431372 or 7661274. OLE color: 7661274.

HSL color Cylindrical-coordinate representation of color #DAE674: hue angle of 66.32º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAE674 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 116 -
CMYK 0.05 0 0.50 0.10
HSL 66.32º 0.7% 0.68% -
HSV(B) 66.32º 0.5% 0.9% -
XYZ 60.36 72.76 27.39 -
YUV 213.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 218 230 116 0.05 0 0.50 0.10 66.32 0.7 0.68
Hex DA E6 74 5 0 32 A 42 46 44
Octal 332 346 164 5 0 62 12 102 106 104
Binary 11011010 11100110 1110100 101 0 110010 1010 1000010 1000110 1000100

Color Harmonies of #DAE674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE674

Black with #DAE674

Text Example


Text Example

White with #DAE674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE674; }

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

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

background-color css

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

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

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

border-color css

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

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

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