Html Css Color HEX #DAE762 Mindaro

📋 copy color: '#DAE762'

red 218 ◦ green 231 ◦ blue 98

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

Shades of Mindaro #DAE762

Tints of Mindaro #DAE762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.92%

R = 39.85%
G = 42.23%
B = 17.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#DAE762 (or 0xDAE762) is known color: Mindaro. HEX triplet: DA, E7 and 62. RGB value is (218,231,98). Sum of RGB (Red+Green+Blue) = 218+231+98=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE762 is #25189D. Grayscale: #D4D4D4. Windows color (decimal): -2431134 or 6481882. OLE color: 6481882.

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

Color convert

RGB 218 231 98 -
CMYK 0.06 0 0.58 0.09
HSL 65.86º 0.73% 0.65% -
HSV(B) 65.86º 0.58% 0.91% -
XYZ 59.69 72.94 22.49 -
YUV 211.95 63.69 132.31 -
System Red Green Blue C M Y K H S L
Decimal 218 231 98 0.06 0 0.58 0.09 65.86 0.73 0.65
Hex DA E7 62 6 0 3A 9 42 49 41
Octal 332 347 142 6 0 72 11 102 111 101
Binary 11011010 11100111 1100010 110 0 111010 1001 1000010 1001001 1000001

Color Harmonies of #DAE762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE762

Black with #DAE762

Text Example


Text Example

White with #DAE762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE762; }

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

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

background-color css

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

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

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

border-color css

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

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

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