Html Css Color HEX #DCE364 Mindaro

📋 copy color: '#DCE364'

red 220 ◦ green 227 ◦ blue 100

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

Shades of Mindaro #DCE364

Tints of Mindaro #DCE364

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.5%

 BLUE value IS 100 (39.45% from 255) = 18.28%

R = 40.22%
G = 41.5%
B = 18.28%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#DCE364 (or 0xDCE364) is known color: Mindaro. HEX triplet: DC, E3 and 64. RGB value is (220,227,100). Sum of RGB (Red+Green+Blue) = 220+227+100=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 227 (89.06% from 255 or 41.50% from 547); Blue value is 100 (39.45% from 255 or 18.28% from 547); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE364 is #231C9B. Grayscale: #D2D2D2. Windows color (decimal): -2301084 or 6611932. OLE color: 6611932.

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

Color convert

RGB 220 227 100 -
CMYK 0.03 0 0.56 0.11
HSL 63.31º 0.69% 0.64% -
HSV(B) 63.31º 0.56% 0.89% -
XYZ 59.28 71.07 22.65 -
YUV 210.43 65.68 134.83 -
System Red Green Blue C M Y K H S L
Decimal 220 227 100 0.03 0 0.56 0.11 63.31 0.69 0.64
Hex DC E3 64 3 0 38 B 3F 45 40
Octal 334 343 144 3 0 70 13 77 105 100
Binary 11011100 11100011 1100100 11 0 111000 1011 111111 1000101 1000000

Color Harmonies of #DCE364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE364

Black with #DCE364

Text Example


Text Example

White with #DCE364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE364; }

 p { color: rgb(220,227,100); }

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

background-color css

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

 a { background-color: rgb(220,227,100); }

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

border-color css

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

 span { border-color: rgb(220,227,100); }

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