Html Css Color HEX #DCE561 Mindaro

📋 copy color: '#DCE561'

red 220 ◦ green 229 ◦ blue 97

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

Shades of Mindaro #DCE561

Tints of Mindaro #DCE561

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.94%

 BLUE value IS 97 (38.28% from 255) = 17.77%

R = 40.29%
G = 41.94%
B = 17.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#DCE561 (or 0xDCE561) is known color: Mindaro. HEX triplet: DC, E5 and 61. RGB value is (220,229,97). Sum of RGB (Red+Green+Blue) = 220+229+97=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 229 (89.84% from 255 or 41.94% from 546); Blue value is 97 (38.28% from 255 or 17.77% from 546); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE561 is #231A9E. Grayscale: #D3D3D3. Windows color (decimal): -2300575 or 6415836. OLE color: 6415836.

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

Color convert

RGB 220 229 97 -
CMYK 0.04 0 0.58 0.10
HSL 64.09º 0.72% 0.64% -
HSV(B) 64.09º 0.58% 0.9% -
XYZ 59.69 72.12 22.08 -
YUV 211.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 220 229 97 0.04 0 0.58 0.10 64.09 0.72 0.64
Hex DC E5 61 4 0 3A A 40 48 40
Octal 334 345 141 4 0 72 12 100 110 100
Binary 11011100 11100101 1100001 100 0 111010 1010 1000000 1001000 1000000

Color Harmonies of #DCE561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE561

Black with #DCE561

Text Example


Text Example

White with #DCE561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE561; }

 p { color: rgb(220,229,97); }

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

background-color css

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

 a { background-color: rgb(220,229,97); }

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

border-color css

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

 span { border-color: rgb(220,229,97); }

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