Html Css Color HEX #DAE967 Mindaro

📋 copy color: '#DAE967'

red 218 ◦ green 233 ◦ blue 103

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

Shades of Mindaro #DAE967

Tints of Mindaro #DAE967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.59%

R = 39.35%
G = 42.06%
B = 18.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#DAE967 (or 0xDAE967) is known color: Mindaro. HEX triplet: DA, E9 and 67. RGB value is (218,233,103). Sum of RGB (Red+Green+Blue) = 218+233+103=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 103 (40.62% from 255 or 18.59% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE967 is #251698. Grayscale: #D6D6D6. Windows color (decimal): -2430617 or 6810074. OLE color: 6810074.

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

Color convert

RGB 218 233 103 -
CMYK 0.06 0 0.56 0.09
HSL 66.92º 0.75% 0.66% -
HSV(B) 66.92º 0.56% 0.91% -
XYZ 60.5 74.16 23.96 -
YUV 213.7 65.53 131.07 -
System Red Green Blue C M Y K H S L
Decimal 218 233 103 0.06 0 0.56 0.09 66.92 0.75 0.66
Hex DA E9 67 6 0 38 9 43 4B 42
Octal 332 351 147 6 0 70 11 103 113 102
Binary 11011010 11101001 1100111 110 0 111000 1001 1000011 1001011 1000010

Color Harmonies of #DAE967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE967

Black with #DAE967

Text Example


Text Example

White with #DAE967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE967; }

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

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

background-color css

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

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

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

border-color css

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

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

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