Html Css Color HEX #DCEA65 Mindaro

📋 copy color: '#DCEA65'

red 220 ◦ green 234 ◦ blue 101

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

Shades of Mindaro #DCEA65

Tints of Mindaro #DCEA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.2%

R = 39.64%
G = 42.16%
B = 18.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#DCEA65 (or 0xDCEA65) is known color: Mindaro. HEX triplet: DC, EA and 65. RGB value is (220,234,101). Sum of RGB (Red+Green+Blue) = 220+234+101=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEA65 is #23159A. Grayscale: #D7D7D7. Windows color (decimal): -2299291 or 6679260. OLE color: 6679260.

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

Color convert

RGB 220 234 101 -
CMYK 0.06 0 0.57 0.08
HSL 66.32º 0.76% 0.66% -
HSV(B) 66.32º 0.57% 0.92% -
XYZ 61.29 75 23.56 -
YUV 214.65 63.86 131.81 -
System Red Green Blue C M Y K H S L
Decimal 220 234 101 0.06 0 0.57 0.08 66.32 0.76 0.66
Hex DC EA 65 6 0 39 8 42 4C 42
Octal 334 352 145 6 0 71 10 102 114 102
Binary 11011100 11101010 1100101 110 0 111001 1000 1000010 1001100 1000010

Color Harmonies of #DCEA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEA65

Black with #DCEA65

Text Example


Text Example

White with #DCEA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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