Html Css Color HEX #DCE565 Mindaro

📋 copy color: '#DCE565'

red 220 ◦ green 229 ◦ blue 101

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

Shades of Mindaro #DCE565

Tints of Mindaro #DCE565

RGB

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

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

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

R = 40%
G = 41.64%
B = 18.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#DCE565 (or 0xDCE565) is known color: Mindaro. HEX triplet: DC, E5 and 65. RGB value is (220,229,101). Sum of RGB (Red+Green+Blue) = 220+229+101=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE565 is #231A9A. Grayscale: #D4D4D4. Windows color (decimal): -2300571 or 6677980. OLE color: 6677980.

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

Color convert

RGB 220 229 101 -
CMYK 0.04 0 0.56 0.10
HSL 64.22º 0.71% 0.65% -
HSV(B) 64.22º 0.56% 0.9% -
XYZ 59.88 72.19 23.09 -
YUV 211.72 65.52 133.91 -
System Red Green Blue C M Y K H S L
Decimal 220 229 101 0.04 0 0.56 0.10 64.22 0.71 0.65
Hex DC E5 65 4 0 38 A 40 47 41
Octal 334 345 145 4 0 70 12 100 107 101
Binary 11011100 11100101 1100101 100 0 111000 1010 1000000 1000111 1000001

Color Harmonies of #DCE565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE565

Black with #DCE565

Text Example


Text Example

White with #DCE565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE565; }

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

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

background-color css

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

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

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

border-color css

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

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

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