Html Css Color HEX #DAE968 Mindaro

📋 copy color: '#DAE968'

red 218 ◦ green 233 ◦ blue 104

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

Shades of Mindaro #DAE968

Tints of Mindaro #DAE968

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.98%

 BLUE value IS 104 (41.02% from 255) = 18.74%

R = 39.28%
G = 41.98%
B = 18.74%

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

#DAE968 (or 0xDAE968) is known color: Mindaro. HEX triplet: DA, E9 and 68. RGB value is (218,233,104). Sum of RGB (Red+Green+Blue) = 218+233+104=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE968 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE968 is #251697. Grayscale: #D6D6D6. Windows color (decimal): -2430616 or 6875610. OLE color: 6875610.

HSL color Cylindrical-coordinate representation of color #DAE968: hue angle of 66.98º degrees, saturation: 0.75, 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 #DAE968 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 104 -
CMYK 0.06 0 0.55 0.09
HSL 66.98º 0.75% 0.66% -
HSV(B) 66.98º 0.55% 0.91% -
XYZ 60.55 74.18 24.22 -
YUV 213.81 66.03 130.99 -
System Red Green Blue C M Y K H S L
Decimal 218 233 104 0.06 0 0.55 0.09 66.98 0.75 0.66
Hex DA E9 68 6 0 37 9 43 4B 42
Octal 332 351 150 6 0 67 11 103 113 102
Binary 11011010 11101001 1101000 110 0 110111 1001 1000011 1001011 1000010

Color Harmonies of #DAE968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE968

Black with #DAE968

Text Example


Text Example

White with #DAE968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE968; }

 p { color: rgb(218,233,104); }

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

background-color css

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

 a { background-color: rgb(218,233,104); }

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

border-color css

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

 span { border-color: rgb(218,233,104); }

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