Html Css Color HEX #DCE65F Mindaro

📋 copy color: '#DCE65F'

red 220 ◦ green 230 ◦ blue 95

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

Shades of Mindaro #DCE65F

Tints of Mindaro #DCE65F

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 95 (37.5% from 255) = 17.43%

R = 40.37%
G = 42.2%
B = 17.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#DCE65F (or 0xDCE65F) is known color: Mindaro. HEX triplet: DC, E6 and 5F. RGB value is (220,230,95). Sum of RGB (Red+Green+Blue) = 220+230+95=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 95 (37.5% from 255 or 17.43% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE65F is #2319A0. Grayscale: #D4D4D4. Windows color (decimal): -2300321 or 6285020. OLE color: 6285020.

HSL color Cylindrical-coordinate representation of color #DCE65F: hue angle of 64.44º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCE65F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 230 95 -
CMYK 0.04 0 0.59 0.10
HSL 64.44º 0.73% 0.64% -
HSV(B) 64.44º 0.59% 0.9% -
XYZ 59.88 72.64 21.69 -
YUV 211.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 220 230 95 0.04 0 0.59 0.10 64.44 0.73 0.64
Hex DC E6 5F 4 0 3B A 40 49 40
Octal 334 346 137 4 0 73 12 100 111 100
Binary 11011100 11100110 1011111 100 0 111011 1010 1000000 1001001 1000000

Color Harmonies of #DCE65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE65F

Black with #DCE65F

Text Example


Text Example

White with #DCE65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE65F; }

 p { color: rgb(220,230,95); }

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

background-color css

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

 a { background-color: rgb(220,230,95); }

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

border-color css

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

 span { border-color: rgb(220,230,95); }

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