Html Css Color HEX #DCE465 Mindaro

📋 copy color: '#DCE465'

red 220 ◦ green 228 ◦ blue 101

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

Shades of Mindaro #DCE465

Tints of Mindaro #DCE465

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.53%

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

R = 40.07%
G = 41.53%
B = 18.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DCE465 (or 0xDCE465) is known color: Mindaro. HEX triplet: DC, E4 and 65. RGB value is (220,228,101). Sum of RGB (Red+Green+Blue) = 220+228+101=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 228 (89.45% from 255 or 41.53% from 549); Blue value is 101 (39.84% from 255 or 18.40% from 549); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE465 is #231B9A. Grayscale: #D3D3D3. Windows color (decimal): -2300827 or 6677724. OLE color: 6677724.

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

Color convert

RGB 220 228 101 -
CMYK 0.04 0 0.56 0.11
HSL 63.78º 0.7% 0.65% -
HSV(B) 63.78º 0.56% 0.89% -
XYZ 59.61 71.64 23 -
YUV 211.13 65.85 134.33 -
System Red Green Blue C M Y K H S L
Decimal 220 228 101 0.04 0 0.56 0.11 63.78 0.7 0.65
Hex DC E4 65 4 0 38 B 40 46 41
Octal 334 344 145 4 0 70 13 100 106 101
Binary 11011100 11100100 1100101 100 0 111000 1011 1000000 1000110 1000001

Color Harmonies of #DCE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE465

Black with #DCE465

Text Example


Text Example

White with #DCE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE465; }

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

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

background-color css

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

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

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

border-color css

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

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

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