Html Css Color HEX #DAEA67 Mindaro

📋 copy color: '#DAEA67'

red 218 ◦ green 234 ◦ blue 103

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

Shades of Mindaro #DAEA67

Tints of Mindaro #DAEA67

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.16%

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

R = 39.28%
G = 42.16%
B = 18.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DAEA67 (or 0xDAEA67) is known color: Mindaro. HEX triplet: DA, EA and 67. RGB value is (218,234,103). Sum of RGB (Red+Green+Blue) = 218+234+103=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA67 is #251598. Grayscale: #D6D6D6. Windows color (decimal): -2430361 or 6810330. OLE color: 6810330.

HSL color Cylindrical-coordinate representation of color #DAEA67: hue angle of 67.33º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAEA67 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 234 103 -
CMYK 0.07 0 0.56 0.08
HSL 67.33º 0.76% 0.66% -
HSV(B) 67.33º 0.56% 0.92% -
XYZ 60.78 74.73 24.05 -
YUV 214.28 65.2 130.65 -
System Red Green Blue C M Y K H S L
Decimal 218 234 103 0.07 0 0.56 0.08 67.33 0.76 0.66
Hex DA EA 67 7 0 38 8 43 4C 42
Octal 332 352 147 7 0 70 10 103 114 102
Binary 11011010 11101010 1100111 111 0 111000 1000 1000011 1001100 1000010

Color Harmonies of #DAEA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEA67

Black with #DAEA67

Text Example


Text Example

White with #DAEA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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