Html Css Color HEX #DCEA6F Mindaro

📋 copy color: '#DCEA6F'

red 220 ◦ green 234 ◦ blue 111

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

Shades of Mindaro #DCEA6F

Tints of Mindaro #DCEA6F

RGB

 RED value IS 220 (86.33% from 255) = 38.94%

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

 BLUE value IS 111 (43.75% from 255) = 19.65%

R = 38.94%
G = 41.42%
B = 19.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#DCEA6F (or 0xDCEA6F) is known color: Mindaro. HEX triplet: DC, EA and 6F. RGB value is (220,234,111). Sum of RGB (Red+Green+Blue) = 220+234+111=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 234 (91.80% from 255 or 41.42% from 565); Blue value is 111 (43.75% from 255 or 19.65% from 565); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA6F is #231590. Grayscale: #D8D8D8. Windows color (decimal): -2299281 or 7334620. OLE color: 7334620.

HSL color Cylindrical-coordinate representation of color #DCEA6F: hue angle of 66.83º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCEA6F is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 111 -
CMYK 0.06 0 0.53 0.08
HSL 66.83º 0.75% 0.68% -
HSV(B) 66.83º 0.53% 0.92% -
XYZ 61.81 75.21 26.3 -
YUV 215.79 68.86 131 -
System Red Green Blue C M Y K H S L
Decimal 220 234 111 0.06 0 0.53 0.08 66.83 0.75 0.68
Hex DC EA 6F 6 0 35 8 43 4B 44
Octal 334 352 157 6 0 65 10 103 113 104
Binary 11011100 11101010 1101111 110 0 110101 1000 1000011 1001011 1000100

Color Harmonies of #DCEA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA6F

Black with #DCEA6F

Text Example


Text Example

White with #DCEA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA6F; }

 p { color: rgb(220,234,111); }

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

background-color css

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

 a { background-color: rgb(220,234,111); }

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

border-color css

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

 span { border-color: rgb(220,234,111); }

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