Html Css Color HEX #DCE66F Mindaro

📋 copy color: '#DCE66F'

red 220 ◦ green 230 ◦ blue 111

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

Shades of Mindaro #DCE66F

Tints of Mindaro #DCE66F

RGB

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

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

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

R = 39.22%
G = 41%
B = 19.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#DCE66F (or 0xDCE66F) is known color: Mindaro. HEX triplet: DC, E6 and 6F. RGB value is (220,230,111). Sum of RGB (Red+Green+Blue) = 220+230+111=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 111 (43.75% from 255 or 19.79% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE66F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE66F is #231990. Grayscale: #D5D5D5. Windows color (decimal): -2300305 or 7333596. OLE color: 7333596.

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

Color convert

RGB 220 230 111 -
CMYK 0.04 0 0.52 0.10
HSL 65.04º 0.7% 0.67% -
HSV(B) 65.04º 0.52% 0.9% -
XYZ 60.68 72.96 25.92 -
YUV 213.44 70.19 132.68 -
System Red Green Blue C M Y K H S L
Decimal 220 230 111 0.04 0 0.52 0.10 65.04 0.7 0.67
Hex DC E6 6F 4 0 34 A 41 46 43
Octal 334 346 157 4 0 64 12 101 106 103
Binary 11011100 11100110 1101111 100 0 110100 1010 1000001 1000110 1000011

Color Harmonies of #DCE66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE66F

Black with #DCE66F

Text Example


Text Example

White with #DCE66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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